Revert "Rechnungsmasken auf dispatcher Mechanismus (fixmaster)"
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 2 Jun 2016 09:21:31 +0000 (11:21 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 2 Jun 2016 09:21:31 +0000 (11:21 +0200)
This reverts commit b48c9c84b3b070011b50ae41216c3903a369f661.

Das sollte genau andersrum gefixt werden.

bin/mozilla/is.pl
templates/webpages/is/form_footer.html

index 335b86a..7f5ad5e 100644 (file)
@@ -381,7 +381,6 @@ sub form_header {
   push @custom_hiddens, map { "shiptocvar_" . $_->name } @{ SL::DB::Manager::CustomVariableConfig->get_all(where => [ module => 'ShipTo' ]) };
 
   # hiddens
-  $form->{"action"} = "dispatcher";
   $TMPL_VAR{HIDDENS} = [qw(
     id action type media format queued printed emailed title vc discount
     title creditlimit creditremaining tradediscount business closedto locked shipped storno storno_id
index dc19c41..7980bca 100644 (file)
 <p>[% print_options %]</p>
 
 <div id='form_action_bar'>
+  <input type="hidden" name="action" value="dispatcher">
+
   [% IF id %]
     <input class="submit" type="submit" accesskey="u" name="action_update" id="update_button" value="[% 'Update' | $T8 %]">
     <input class="submit" type="submit" name="action_ship_to" value="[% 'Ship to' | $T8 %]">