From: Moritz Bunkus Date: Wed, 10 May 2017 09:15:09 +0000 (+0200) Subject: ActionBar: Rechnungsworkflow → Kundenauftrag: richtige Action angeben X-Git-Tag: release-3.5.4~1094 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=1a9f445680c2505fc7460a285e5a3d56b616600a;p=kivitendo-erp.git ActionBar: Rechnungsworkflow → Kundenauftrag: richtige Action angeben Die entsprechende Sub in io.pl heißt »order« und nicht »sales_order«. Behebt #245. --- diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 06cb187d4..2d196cc2b 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -331,7 +331,7 @@ sub setup_is_action_bar { ], action => [ t8('Sales Order'), - submit => [ '#form', { action => "sales_order" } ], + submit => [ '#form', { action => "order" } ], disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef, ], ], # end of combobox "Workflow"