From 267826b1f494c28fd0f5c260df22b3139156f4d5 Mon Sep 17 00:00:00 2001 From: Niclas Zimmermann Date: Mon, 6 Jan 2014 13:14:32 +0100 Subject: [PATCH] Detailanzeige bei Eingabe von neuen Artikeln Die Detailanzeige klappt jetzt nicht mehr beim Erneuern auf/zu. Fixed Bug 2409. --- bin/mozilla/is.pl | 1 + bin/mozilla/oe.pl | 3 ++- templates/webpages/do/form_header.html | 1 + templates/webpages/oe/sales_order.html | 9 +++++++-- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index d67aac59d..cf3ac5768 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -378,6 +378,7 @@ sub form_header { shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2 shiptocp_gender message email subject cc bcc taxaccounts cursor_fokus convert_from_do_ids convert_from_oe_ids + show_details ), @custom_hiddens, map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}]; diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 6001c87bc..f08a5249a 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -441,7 +441,8 @@ sub form_header { max_dunning_level dunning_amount shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax shiptodepartment_1 shiptodepartment_2 shiptoemail shiptocp_gender - message email subject cc bcc taxpart taxservice taxaccounts cursor_fokus), + message email subject cc bcc taxpart taxservice taxaccounts cursor_fokus + show_details), @custom_hiddens, map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts} ]; # deleted: discount diff --git a/templates/webpages/do/form_header.html b/templates/webpages/do/form_header.html index baf7b3fee..5af79bedc 100644 --- a/templates/webpages/do/form_header.html +++ b/templates/webpages/do/form_header.html @@ -99,6 +99,7 @@ + diff --git a/templates/webpages/oe/sales_order.html b/templates/webpages/oe/sales_order.html index c16dc1118..d23d884fd 100644 --- a/templates/webpages/oe/sales_order.html +++ b/templates/webpages/oe/sales_order.html @@ -3,9 +3,14 @@ [%- PROCESS 'amcvar/render_inputs_block.html' %] - + -- 2.20.1