From 1a9f445680c2505fc7460a285e5a3d56b616600a Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 10 May 2017 11:15:09 +0200 Subject: [PATCH] =?utf8?q?ActionBar:=20Rechnungsworkflow=20=E2=86=92=20Kun?= =?utf8?q?denauftrag:=20richtige=20Action=20angeben?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Die entsprechende Sub in io.pl heißt »order« und nicht »sales_order«. Behebt #245. --- bin/mozilla/is.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.20.1