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 fb9660a..f5a7daf 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 %]">