Revision 9595eb7c
Von Jan Büren vor mehr als 7 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
273 | 273 |
|
274 | 274 |
'separator', |
275 | 275 |
|
276 |
combobox => [ |
|
277 |
action => [ t8('Workflow') ], |
|
278 |
action => [ |
|
279 |
t8('Use As New'), |
|
280 |
submit => [ '#form', { action => "use_as_new" } ], |
|
281 |
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef, |
|
282 |
], |
|
283 |
], # end of combobox "Workflow" |
|
284 |
|
|
276 | 285 |
combobox => [ |
277 | 286 |
action => [ t8('more') ], |
278 | 287 |
action => [ |
Auch abrufbar als: Unified diff
Actionbar-Workflow: Einkaufsrechnung als neu speichern
Fehlender Menüeintrag Workflow ergänzt und als neu speichern
für Einkaufsrechnung wieder zu Verfügung gestellt.