Revision b48c9c84
Von Martin Helmling mh@waldpark.octosoft.eu 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"; |
|
384 | 385 |
$TMPL_VAR{HIDDENS} = [qw( |
385 | 386 |
id action type media format queued printed emailed title vc discount |
386 | 387 |
title creditlimit creditremaining tradediscount business closedto locked shipped storno storno_id |
templates/webpages/is/form_footer.html | ||
---|---|---|
156 | 156 |
<p>[% print_options %]</p> |
157 | 157 |
|
158 | 158 |
<div id='form_action_bar'> |
159 |
<input type="hidden" name="action" value="dispatcher"> |
|
160 |
|
|
161 | 159 |
[% IF id %] |
162 | 160 |
<input class="submit" type="submit" accesskey="u" name="action_update" id="update_button" value="[% 'Update' | $T8 %]"> |
163 | 161 |
<input class="submit" type="submit" name="action_ship_to" value="[% 'Ship to' | $T8 %]"> |
Auch abrufbar als: Unified diff
Rechnungsmasken auf dispatcher Mechanismus (fixmaster)
Fixup: Doppelte Variable in 0a50b37c
Forms Input Variable "action" existiert doppelt, die letztere ist auf dispatcher gesetzt,
die erste hat aber die id "action" und wird von Javascript gefunden.
(habe ich nun 4 h rumgesucht !!)