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