]> wagnertech.de Git - mfinanz.git/commitdiff
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 06cb187d4f7f4738c2257d5a793fd9c5a157fe1f..2d196cc2b40f4f85d7f1edd697401cb801f944fa 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"