Revision 1a9f4456
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
331 | 331 |
], |
332 | 332 |
action => [ |
333 | 333 |
t8('Sales Order'), |
334 |
submit => [ '#form', { action => "sales_order" } ],
|
|
334 |
submit => [ '#form', { action => "order" } ], |
|
335 | 335 |
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef, |
336 | 336 |
], |
337 | 337 |
], # end of combobox "Workflow" |
Auch abrufbar als: Unified diff
ActionBar: Rechnungsworkflow → Kundenauftrag: richtige Action angeben
Die entsprechende Sub in io.pl heißt »order« und nicht »sales_order«.
Behebt #245.