Revision 6aea8036
Von Bernd Bleßmann vor 11 Monaten hinzugefügt
templates/design40_webpages/oe/search.html | ||
---|---|---|
86 | 86 |
</tr> |
87 | 87 |
[%- END %] |
88 | 88 |
<tr> |
89 |
<th>[% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %]</th> |
|
89 |
<th>[% IF type == 'purchase_order_confirmation' %][% 'Confirmation Date' | $T8 %][% ELSIF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %]</th>
|
|
90 | 90 |
<td>[% L.date_tag('transdatefrom','', class='wi-date') %] [% 'Bis' | $T8 %] [% L.date_tag('transdateto','', class='wi-date') %]</td> |
91 | 91 |
</tr> |
92 | 92 |
<tr> |
templates/webpages/oe/search.html | ||
---|---|---|
128 | 128 |
</tr> |
129 | 129 |
[%- END %] |
130 | 130 |
<tr> |
131 |
<th align="right">[% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %]</th> |
|
131 |
<th align="right">[% IF type == 'purchase_order_confirmation' %][% 'Confirmation Date' | $T8 %][% ELSIF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %]</th>
|
|
132 | 132 |
<td> |
133 | 133 |
[% L.date_tag('transdatefrom') %] |
134 | 134 |
[% 'Bis' | $T8 %] |
Auch abrufbar als: Unified diff
Lieferantenauftragsbestätigung: Bericht: Datumsfilter deutlicher benannt
Bestätigungsdatum statt Auftragsdatum