From: Niclas Zimmermann Date: Mon, 6 Jan 2014 12:14:32 +0000 (+0100) Subject: Detailanzeige bei Eingabe von neuen Artikeln X-Git-Tag: release-3.1.0beta1~22^2~58 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=267826b1f494c28fd0f5c260df22b3139156f4d5;p=kivitendo-erp.git Detailanzeige bei Eingabe von neuen Artikeln Die Detailanzeige klappt jetzt nicht mehr beim Erneuern auf/zu. Fixed Bug 2409. --- 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' %] - +