]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Einkaufsrechnung: Detailsanzeige deaktiviert lassen nach erneuern
authorThomas Heck <theck@linet-services.de>
Mon, 6 Jan 2014 13:32:33 +0000 (14:32 +0100)
committerThomas Heck <theck@linet-services.de>
Mon, 6 Jan 2014 13:32:33 +0000 (14:32 +0100)
    fixt #2409

templates/webpages/ir/form_header.html

index fb9660a019b7a800ad6b5b7d7175a772d0b08572..f5a7daf0a1b1d6c577cea492f78b967a5336a142 100644 (file)
@@ -20,6 +20,7 @@
 <input type="hidden" name="follow_up_trans_type_1" value="sales_invoice">
 <input type="hidden" name="follow_up_trans_info_1" value="[% HTML.escape(follow_up_trans_info) %]">
 <input type="hidden" name="follow_up_rowcount" value="1">
+<input type="hidden" name="show_details" value="[% show_details | html %]">
 
 <p><div class="listtop" width="100%">[% title %]</div></p>
 
      }
    //-->
   </script>
-
-  <input type="hidden" name="webdav" value="[% webdav %]">
+  <input type="hidden" name="webdav" value="[% webdav | html %]">