ActionBar: Rechnungsworkflow → Kundenauftrag: richtige Action angeben
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 10 May 2017 09:15:09 +0000 (11:15 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 10 May 2017 09:15:57 +0000 (11:15 +0200)
Die entsprechende Sub in io.pl heißt »order« und nicht »sales_order«.
Behebt #245.

bin/mozilla/is.pl

index 06cb187..2d196cc 100644 (file)
@@ -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"