Revision f4d955b9
Von Bernd Bleßmann vor 8 Monaten hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
|
||
for my $bar ($::request->layout->get('actionbar')) {
|
||
$bar->add(
|
||
action => [
|
||
t8('New sales order'),
|
||
submit => [ '#form', { action => 'edit' } ],
|
||
checks => [ [ 'kivi.check_if_entries_selected', '[name^=multi_id_]' ] ],
|
||
accesskey => 'enter',
|
||
],
|
||
action => [
|
||
t8('Convert to delivery orders'),
|
||
submit => [ '#form', { action => 'convert_to_delivery_orders' } ],
|
||
checks => [ [ 'kivi.check_if_entries_selected', '[name^=multi_id_]' ] ],
|
||
combobox => [
|
||
action => [
|
||
t8('Actions'),
|
||
],
|
||
action => [
|
||
t8('New sales order'),
|
||
submit => [ '#form', { action => 'edit' } ],
|
||
checks => [ [ 'kivi.check_if_entries_selected', '[name^=multi_id_]' ] ],
|
||
],
|
||
action => [
|
||
t8('Convert to delivery orders'),
|
||
submit => [ '#form', { action => 'convert_to_delivery_orders' } ],
|
||
checks => [ [ 'kivi.check_if_entries_selected', '[name^=multi_id_]' ] ],
|
||
],
|
||
],
|
||
);
|
||
}
|
Auch abrufbar als: Unified diff
Auftragsbericht: Aktionen für markierte Aufträge in Combobx sammeln