From 8f31109aa649d5d287e8c06e0793c890f18d28d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 2 Jun 2016 11:21:31 +0200 Subject: [PATCH] Revert "Rechnungsmasken auf dispatcher Mechanismus (fixmaster)" This reverts commit b48c9c84b3b070011b50ae41216c3903a369f661. Das sollte genau andersrum gefixt werden. --- bin/mozilla/is.pl | 1 - templates/webpages/is/form_footer.html | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 335b86af5..7f5ad5e40 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -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 diff --git a/templates/webpages/is/form_footer.html b/templates/webpages/is/form_footer.html index dc19c4173..7980bcac4 100644 --- a/templates/webpages/is/form_footer.html +++ b/templates/webpages/is/form_footer.html @@ -156,6 +156,8 @@

[% print_options %]

+ + [% IF id %] -- 2.20.1