Revision f4d955b9
Von Bernd Bleßmann vor 4 Monaten hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
520 | 520 |
|
521 | 521 |
for my $bar ($::request->layout->get('actionbar')) { |
522 | 522 |
$bar->add( |
523 |
action => [ |
|
524 |
t8('New sales order'), |
|
525 |
submit => [ '#form', { action => 'edit' } ], |
|
526 |
checks => [ [ 'kivi.check_if_entries_selected', '[name^=multi_id_]' ] ], |
|
527 |
accesskey => 'enter', |
|
528 |
], |
|
529 |
action => [ |
|
530 |
t8('Convert to delivery orders'), |
|
531 |
submit => [ '#form', { action => 'convert_to_delivery_orders' } ], |
|
532 |
checks => [ [ 'kivi.check_if_entries_selected', '[name^=multi_id_]' ] ], |
|
523 |
combobox => [ |
|
524 |
action => [ |
|
525 |
t8('Actions'), |
|
526 |
], |
|
527 |
action => [ |
|
528 |
t8('New sales order'), |
|
529 |
submit => [ '#form', { action => 'edit' } ], |
|
530 |
checks => [ [ 'kivi.check_if_entries_selected', '[name^=multi_id_]' ] ], |
|
531 |
], |
|
532 |
action => [ |
|
533 |
t8('Convert to delivery orders'), |
|
534 |
submit => [ '#form', { action => 'convert_to_delivery_orders' } ], |
|
535 |
checks => [ [ 'kivi.check_if_entries_selected', '[name^=multi_id_]' ] ], |
|
536 |
], |
|
533 | 537 |
], |
534 | 538 |
); |
535 | 539 |
} |
Auch abrufbar als: Unified diff
Auftragsbericht: Aktionen für markierte Aufträge in Combobx sammeln