Revision 1546f40d
Von Bernd Bleßmann vor 8 Monaten hinzugefügt
templates/design40_webpages/order/tabs/basic_data.html | ||
---|---|---|
353 | 353 |
<td>[% L.input_tag('order.cusordnumber', SELF.order.cusordnumber, class='wi-normal') %]</td> |
354 | 354 |
</tr> |
355 | 355 |
[% END %] |
356 |
[% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order") %]
|
|
356 |
[% IF (SELF.type == "sales_order_intake" || SELF.type == "purchase_order") %] |
|
357 | 357 |
[% SET transdate_txt = 'Order Date' %] |
358 |
[% ELSIF SELF.type == "purchase_order_confirmation" -%] |
|
358 |
[% ELSIF SELF.type == "sales_order" || SELF.type == "purchase_order_confirmation" -%]
|
|
359 | 359 |
[%- SET transdate_txt = 'Confirmation Date' -%] |
360 | 360 |
[% ELSIF (SELF.type == "sales_quotation" || SELF.type == "purchase_quotation_intake") %] |
361 | 361 |
[% SET transdate_txt = 'Quotation Date' %] |
templates/webpages/order/tabs/basic_data.html | ||
---|---|---|
287 | 287 |
</tr> |
288 | 288 |
[%- END -%] |
289 | 289 |
|
290 |
[%- IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
|
|
290 |
[%- IF (SELF.type == "sales_order_intake" || SELF.type == "purchase_order") -%] |
|
291 | 291 |
[%- SET transdate_txt = 'Order Date' -%] |
292 |
[%- ELSIF SELF.type == "purchase_order_confirmation" -%] |
|
292 |
[%- ELSIF SELF.type == "sales_order" || SELF.type == "purchase_order_confirmation" -%]
|
|
293 | 293 |
[%- SET transdate_txt = 'Confirmation Date' -%] |
294 | 294 |
[%- ELSIF (SELF.type == "sales_quotation" || SELF.type == "purchase_quotation_intake") -%] |
295 | 295 |
[%- SET transdate_txt = 'Quotation Date' -%] |
Auch abrufbar als: Unified diff
Auftragsbestätigung: Datumsbezeichnung in Maske geändert.