Revision 2373e0a8
Von Bernd Bleßmann vor 8 Monaten hinzugefügt
SL/Controller/StockCountingReconciliation.pm | ||
---|---|---|
checks => [ ['kivi.validate_form', '#filter_form'] ],
|
||
accesskey => 'enter',
|
||
],
|
||
combobox => [
|
||
action => [
|
||
t8('Actions'),
|
||
],
|
||
action => [
|
||
t8('Reconcile'),
|
||
submit => [ '#form', { action => 'StockCountingReconciliation/reconcile', callback => $self->models->get_callback } ],
|
||
checks => [ ['kivi.validate_form', '#filter_form'], [ 'kivi.check_if_entries_selected', '[name="ids[]"]' ] ],
|
||
confirm => t8('Do you really want the selected entries to be reconciled?'),
|
||
],
|
||
action => [
|
||
t8('Reconcile'),
|
||
submit => [ '#form', { action => 'StockCountingReconciliation/reconcile', callback => $self->models->get_callback } ],
|
||
checks => [ ['kivi.validate_form', '#filter_form'] ],
|
||
confirm => t8('Do you really want the selected entries to be reconciled?'),
|
||
],
|
||
|
||
);
|
||
}
|
||
}
|
Auch abrufbar als: Unified diff
Zwischeninventur-Abgleich: Aktion direkt in Aktion-Bar