From ad1c22fa55d817038eba258ca9c29d43522416aa Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Wed, 12 Sep 2012 14:16:59 +0200 Subject: [PATCH] =?utf8?q?Richtigen=20Wert=20f=C3=BCr=20"Steuer=20im=20Pre?= =?utf8?q?is=20inbegriffen"=20beim=20=C3=84ndern=20von=20Rechnungen=20und?= =?utf8?q?=20Angeboten=20anzeigen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fehler aus Commit 7bff84cbc6daa65a74b9f5c83415c98856eb30a1 --- bin/mozilla/is.pl | 2 ++ bin/mozilla/oe.pl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 20b497c31..4716f60e3 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -90,6 +90,8 @@ sub edit { $main::auth->assert('invoice_edit'); + $form->{taxincluded_changed_by_user} = 1; + # show history button $form->{javascript} = qq||; #/show hhistory button diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 4eab4dce3..683801aaa 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -153,6 +153,8 @@ sub edit { check_oe_access(); + $form->{taxincluded_changed_by_user} = 1; + # show history button $form->{javascript} = qq||; #/show hhistory button -- 2.20.1