Revision 8f31109a
Von Sven Schöling vor mehr als 8 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
381 | 381 |
push @custom_hiddens, map { "shiptocvar_" . $_->name } @{ SL::DB::Manager::CustomVariableConfig->get_all(where => [ module => 'ShipTo' ]) }; |
382 | 382 |
|
383 | 383 |
# hiddens |
384 |
$form->{"action"} = "dispatcher"; |
|
385 | 384 |
$TMPL_VAR{HIDDENS} = [qw( |
386 | 385 |
id action type media format queued printed emailed title vc discount |
387 | 386 |
title creditlimit creditremaining tradediscount business closedto locked shipped storno storno_id |
Auch abrufbar als: Unified diff
Revert "Rechnungsmasken auf dispatcher Mechanismus (fixmaster)"
This reverts commit b48c9c84b3b070011b50ae41216c3903a369f661.
Das sollte genau andersrum gefixt werden.