Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2373e0a8

Von Bernd Bleßmann vor 8 Monaten hinzugefügt

  • ID 2373e0a8d27a1f38ef4533869a71b91ae59e8e2c
  • Vorgänger 26fe3dfa
  • Nachfolger a88f2c21

Zwischeninventur-Abgleich: Aktion direkt in Aktion-Bar

Unterschiede anzeigen:

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