Richtigen Wert für "Steuer im Preis inbegriffen" beim Ändern von Rechnungen und Angeb...
authorThomas Heck <theck@linet-services.de>
Wed, 12 Sep 2012 12:16:59 +0000 (14:16 +0200)
committerThomas Heck <theck@linet-services.de>
Wed, 12 Sep 2012 12:21:35 +0000 (14:21 +0200)
Fehler aus Commit 7bff84cbc6daa65a74b9f5c83415c98856eb30a1

bin/mozilla/is.pl
bin/mozilla/oe.pl

index 20b497c..4716f60 100644 (file)
@@ -90,6 +90,8 @@ sub edit {
 
   $main::auth->assert('invoice_edit');
 
+  $form->{taxincluded_changed_by_user} = 1;
+
   # show history button
   $form->{javascript} = qq|<script type="text/javascript" src="js/show_history.js"></script>|;
   #/show hhistory button
index 4eab4dc..683801a 100644 (file)
@@ -153,6 +153,8 @@ sub edit {
 
   check_oe_access();
 
+  $form->{taxincluded_changed_by_user} = 1;
+
   # show history button
   $form->{javascript} = qq|<script type="text/javascript" src="js/show_history.js"></script>|;
   #/show hhistory button