Fälschlicherweise gemergeten Code entfernt.
[kivitendo-erp.git] / templates / webpages / oe / orders_header_master.html
index 22a78fc..d7b4a30 100644 (file)
@@ -9,11 +9,17 @@
     <script type="text/javascript" src="js/vendor_selection.js"></script>
     <script type="text/javascript" src="js/calculate_qty.js"></script>
     <script type="text/javascript" src="js/customer_or_vendor_selection.js"></script>
+    <script type="text/javascript" src="js/follow_up.js"></script>
 
 [%- FOREACH row = HIDDENS %]
    <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > 
 [%- END %]
 
+    <input type="hidden" name="follow_up_trans_id_1" value="[% HTML.escape(id) %]">
+    <input type="hidden" name="follow_up_trans_type_1" value="[% HTML.escape(type) %]">
+    <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">
+
     <table width=100%>
       <tr class=listtop>
         <th class=listtop>[% HTML.escape(title) %]</th>
                     <th width=70% align=right nowrap><translate>Order Number</translate></th>
                     <td><input name=ordnumber size=11 value="[% HTML.escape(ordnumber) %]"></td>
                   </tr>
-[%- END %]
-[%- IF is_pur_ord || is_req_quo %]
-                  <tr>
-                    <th width=70% align=right nowrap><translate>Order Request Number</translate></th>
-                    <td><input name=oreqnumber size=11 value="[% HTML.escape(oreqnumber) %]"></td>
-                  </tr>
 [%- END %]
                   <tr>
                     <th width=70% align=right nowrap>[% IF is_req_quo %]<translate>RFQ Number</translate>[% ELSE %]<translate>Quotation Number</translate>[% END %]</th>