76 |
76 |
|
77 |
77 |
<div id="ui-tabs-basic-data">
|
78 |
78 |
|
79 |
|
<input type="hidden" name="follow_up_trans_id_1" value="[% HTML.escape(id) %]">
|
80 |
|
<input type="hidden" name="follow_up_trans_type_1" value="[% HTML.escape(type) %]">
|
81 |
|
<input type="hidden" name="follow_up_trans_info_1" value="[% HTML.escape(follow_up_trans_info) %]">
|
82 |
|
<input type="hidden" name="follow_up_rowcount" value="1">
|
83 |
|
|
84 |
|
|
85 |
|
<input type="hidden" name="action" value="[% HTML.escape(action) %]">
|
86 |
|
<input type="hidden" name="bcc" value="[% HTML.escape(bcc) %]">
|
87 |
|
<input type="hidden" name="business" value="[% HTML.escape(business) %]">
|
88 |
|
<input type="hidden" name="cc" value="[% HTML.escape(cc) %]">
|
89 |
|
<input type="hidden" name="closed" value="[% HTML.escape(closed) %]">
|
90 |
|
<input type="hidden" name="convert_from_oe_ids" value="[% HTML.escape(convert_from_oe_ids) %]">
|
91 |
|
<input type="hidden" name="currency" value="[% HTML.escape(currency) %]">
|
92 |
|
<input type="hidden" name="customer_pricegroup_id" value="[% HTML.escape(customer_pricegroup_id) %]">
|
93 |
|
<input type="hidden" name="discount" value="[% HTML.escape(discount) %]">
|
94 |
|
<input type="hidden" name="dunning_amount" value="[% HTML.escape(dunning_amount) %]">
|
95 |
|
<input type="hidden" name="email" value="[% HTML.escape(email) %]">
|
96 |
|
<input type="hidden" name="emailed" value="[% HTML.escape(emailed) %]">
|
97 |
|
<input type="hidden" name="format" value="[% HTML.escape(format) %]">
|
98 |
|
<input type="hidden" name="formname" value="[% HTML.escape(formname) %]">
|
99 |
|
<input type="hidden" name="id" value="[% HTML.escape(id) %]">
|
100 |
|
<input type="hidden" name="max_dunning_level" value="[% HTML.escape(max_dunning_level) %]">
|
101 |
|
<input type="hidden" name="media" value="[% HTML.escape(media) %]">
|
102 |
|
<input type="hidden" name="message" value="[% HTML.escape(message) %]">
|
103 |
|
<input type="hidden" name="printed" value="[% HTML.escape(printed) %]">
|
104 |
|
<input type="hidden" name="proforma" value="[% HTML.escape(proforma) %]">
|
105 |
|
<input type="hidden" name="queued" value="[% HTML.escape(queued) %]">
|
106 |
|
<input type="hidden" name="saved_donumber" value="[% HTML.escape(saved_donumber) %]">
|
|
79 |
<input type="hidden" name="follow_up_trans_id_1" id="follow_up_trans_id_1" value="[% HTML.escape(id) %]">
|
|
80 |
<input type="hidden" name="follow_up_trans_type_1" id="follow_up_trans_type_1" value="[% HTML.escape(type) %]">
|
|
81 |
<input type="hidden" name="follow_up_trans_info_1" id="follow_up_trans_info_1" value="[% HTML.escape(follow_up_trans_info) %]">
|
|
82 |
<input type="hidden" name="follow_up_rowcount" id="follow_up_rowcount" value="1">
|
|
83 |
|
|
84 |
|
|
85 |
<input type="hidden" name="business" id="business" value="[% HTML.escape(business) %]">
|
|
86 |
<input type="hidden" name="closed" id="closed" value="[% HTML.escape(closed) %]">
|
|
87 |
<input type="hidden" name="convert_from_oe_ids" id="convert_from_oe_ids" value="[% HTML.escape(convert_from_oe_ids) %]">
|
|
88 |
<input type="hidden" name="currency" id="currency" value="[% HTML.escape(currency) %]">
|
|
89 |
<input type="hidden" name="customer_pricegroup_id" id="customer_pricegroup_id" value="[% HTML.escape(customer_pricegroup_id) %]">
|
|
90 |
<input type="hidden" name="discount" id="discount" value="[% HTML.escape(discount) %]">
|
|
91 |
<input type="hidden" name="dunning_amount" id="dunning_amount" value="[% HTML.escape(dunning_amount) %]">
|
|
92 |
<input type="hidden" name="emailed" id="emailed" value="[% HTML.escape(emailed) %]">
|
|
93 |
<input type="hidden" name="id" id="id" value="[% HTML.escape(id) %]">
|
|
94 |
<input type="hidden" name="max_dunning_level" id="max_dunning_level" value="[% HTML.escape(max_dunning_level) %]">
|
|
95 |
<input type="hidden" name="printed" id="printed" value="[% HTML.escape(printed) %]">
|
|
96 |
<input type="hidden" name="proforma" id="proforma" value="[% HTML.escape(proforma) %]">
|
|
97 |
<input type="hidden" name="queued" id="queued" value="[% HTML.escape(queued) %]">
|
|
98 |
<input type="hidden" name="saved_donumber" id="saved_donumber" value="[% HTML.escape(saved_donumber) %]">
|
107 |
99 |
[%- IF delivered %]
|
108 |
|
<input type="hidden" name="shipto_id" value="[% HTML.escape(shipto_id) %]">
|
109 |
|
<input type="hidden" name="shiptocity" value="[% HTML.escape(shiptocity) %]">
|
110 |
|
<input type="hidden" name="shiptocontact" value="[% HTML.escape(shiptocontact) %]">
|
111 |
|
<input type="hidden" name="shiptocp_gender" value="[% HTML.escape(shiptocp_gender) %]">
|
112 |
|
<input type="hidden" name="shiptocountry" value="[% HTML.escape(shiptocountry) %]">
|
113 |
|
<input type="hidden" name="shiptogln" value="[% HTML.escape(shiptogln) %]">
|
114 |
|
<input type="hidden" name="shiptodepartment_1" value="[% HTML.escape(shiptodepartment_1) %]">
|
115 |
|
<input type="hidden" name="shiptodepartment_2" value="[% HTML.escape(shiptodepartment_2) %]">
|
116 |
|
<input type="hidden" name="shiptoemail" value="[% HTML.escape(shiptoemail) %]">
|
117 |
|
<input type="hidden" name="shiptofax" value="[% HTML.escape(shiptofax) %]">
|
118 |
|
<input type="hidden" name="shiptoname" value="[% HTML.escape(shiptoname) %]">
|
119 |
|
<input type="hidden" name="shiptophone" value="[% HTML.escape(shiptophone) %]">
|
120 |
|
<input type="hidden" name="shiptostreet" value="[% HTML.escape(shiptostreet) %]">
|
121 |
|
<input type="hidden" name="shiptozipcode" value="[% HTML.escape(shiptozipcode) %]">
|
122 |
|
<input type="hidden" name="shiptocp_gender" value="[% HTML.escape(shiptocp_gender) %]">
|
|
100 |
<input type="hidden" name="shipto_id" id="shipto_id" value="[% HTML.escape(shipto_id) %]">
|
|
101 |
<input type="hidden" name="shiptocity" id="shiptocity" value="[% HTML.escape(shiptocity) %]">
|
|
102 |
<input type="hidden" name="shiptocontact" id="shiptocontact" value="[% HTML.escape(shiptocontact) %]">
|
|
103 |
<input type="hidden" name="shiptocp_gender" id="shiptocp_gender" value="[% HTML.escape(shiptocp_gender) %]">
|
|
104 |
<input type="hidden" name="shiptocountry" id="shiptocountry" value="[% HTML.escape(shiptocountry) %]">
|
|
105 |
<input type="hidden" name="shiptogln" id="shiptogln" value="[% HTML.escape(shiptogln) %]">
|
|
106 |
<input type="hidden" name="shiptodepartment_1" id="shiptodepartment_1" value="[% HTML.escape(shiptodepartment_1) %]">
|
|
107 |
<input type="hidden" name="shiptodepartment_2" id="shiptodepartment_2" value="[% HTML.escape(shiptodepartment_2) %]">
|
|
108 |
<input type="hidden" name="shiptoemail" id="shiptoemail" value="[% HTML.escape(shiptoemail) %]">
|
|
109 |
<input type="hidden" name="shiptofax" id="shiptofax" value="[% HTML.escape(shiptofax) %]">
|
|
110 |
<input type="hidden" name="shiptoname" id="shiptoname" value="[% HTML.escape(shiptoname) %]">
|
|
111 |
<input type="hidden" name="shiptophone" id="shiptophone" value="[% HTML.escape(shiptophone) %]">
|
|
112 |
<input type="hidden" name="shiptostreet" id="shiptostreet" value="[% HTML.escape(shiptostreet) %]">
|
|
113 |
<input type="hidden" name="shiptozipcode" id="shiptozipcode" value="[% HTML.escape(shiptozipcode) %]">
|
|
114 |
<input type="hidden" name="shiptocp_gender" id="shiptocp_gender" value="[% HTML.escape(shiptocp_gender) %]">
|
123 |
115 |
[%- END %]
|
124 |
|
<input type="hidden" name="show_details" value="[% HTML.escape(show_details) %]">
|
125 |
|
<input type="hidden" name="subject" value="[% HTML.escape(subject) %]">
|
126 |
|
<input type="hidden" name="taxincluded" value="[% HTML.escape(taxincluded) %]">
|
127 |
|
<input type="hidden" name="taxzone_id" value="[% HTML.escape(taxzone_id) %]">
|
128 |
|
<input type="hidden" name="title" value="[% HTML.escape(title) %]">
|
129 |
|
<input type="hidden" name="type" value="[% HTML.escape(type) %]">
|
130 |
|
<input type="hidden" name="vc" value="[% HTML.escape(vc) %]">
|
131 |
|
<input type="hidden" name="lastmtime" value="[% HTML.escape(lastmtime) %]">
|
|
116 |
<input type="hidden" name="show_details" id="show_details" value="[% HTML.escape(show_details) %]">
|
|
117 |
<input type="hidden" name="taxincluded" id="taxincluded" value="[% HTML.escape(taxincluded) %]">
|
|
118 |
<input type="hidden" name="taxzone_id" id="taxzone_id" value="[% HTML.escape(taxzone_id) %]">
|
|
119 |
<input type="hidden" name="title" id="title" value="[% HTML.escape(title) %]">
|
|
120 |
<input type="hidden" name="type" id="type" value="[% HTML.escape(type) %]">
|
|
121 |
<input type="hidden" name="vc" id="vc" value="[% HTML.escape(vc) %]">
|
|
122 |
<input type="hidden" name="lastmtime" id="lastmtime" value="[% HTML.escape(lastmtime) %]">
|
132 |
123 |
[%- FOREACH row = HIDDENS %]
|
133 |
124 |
[% L.hidden_tag(row.name, row.value) %]
|
134 |
125 |
[%- END %]
|
... | ... | |
297 |
288 |
|
298 |
289 |
<tr>
|
299 |
290 |
<th width="70%" align="right" nowrap>[% 'Delivery Order Number' | $T8 %]</th>
|
300 |
|
<td><input name="donumber" size="11" value="[% HTML.escape(donumber) %]"[% RO %]></td>
|
|
291 |
<td><input name="donumber" id="donumber" size="11" value="[% HTML.escape(donumber) %]"[% RO %]></td>
|
301 |
292 |
</tr>
|
302 |
293 |
|
303 |
294 |
<tr>
|
304 |
295 |
<th width="70%" align="right" nowrap>[% 'Order Number' | $T8 %]</th>
|
305 |
|
<td><input name="ordnumber" size="11" value="[% HTML.escape(ordnumber) %]"[% RO %]></td>
|
|
296 |
<td><input name="ordnumber" id="ordnumber" size="11" value="[% HTML.escape(ordnumber) %]"[% RO %]></td>
|
306 |
297 |
</tr>
|
307 |
298 |
|
308 |
299 |
<tr>
|
309 |
300 |
<th width="70%" align="right" nowrap>[% IF is_customer %][% 'Customer Order Number' | $T8 %][% ELSE %][% 'Vendor Order Number' | $T8 %][% END %]</th>
|
310 |
|
<td><input name="cusordnumber" size="11" value="[% HTML.escape(cusordnumber) %]"[% RO %]></td>
|
|
301 |
<td><input name="cusordnumber" id="cusordnumber" size="11" value="[% HTML.escape(cusordnumber) %]"[% RO %]></td>
|
311 |
302 |
</tr>
|
312 |
303 |
|
313 |
304 |
<tr>
|
ActionBar: Lieferscheine: E-Mail-Versand über Dialog implementiert