From: Thomas Heck Date: Wed, 12 Sep 2012 12:16:59 +0000 (+0200) Subject: Richtigen Wert für "Steuer im Preis inbegriffen" beim Ändern von Rechnungen und Angeb... X-Git-Tag: release-3.0.0beta1~238^2~1 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ad1c22fa55d817038eba258ca9c29d43522416aa;p=kivitendo-erp.git Richtigen Wert für "Steuer im Preis inbegriffen" beim Ändern von Rechnungen und Angeboten anzeigen. Fehler aus Commit 7bff84cbc6daa65a74b9f5c83415c98856eb30a1 --- 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