Revision 4874214f
Von Moritz Bunkus vor etwa 4 Jahren hinzugefügt
templates/webpages/order/tabs/basic_data.html | ||
---|---|---|
186 | 186 |
<td>[% L.date_tag('order.transdate_as_date', SELF.order.transdate_as_date) %]</td> |
187 | 187 |
</tr> |
188 | 188 |
|
189 |
<tr> |
|
190 |
<th width="70%" align="right" nowrap>[% 'Tax point' | $T8 %]</th> |
|
191 |
<td>[% L.date_tag('order.tax_point_as_date', SELF.order.tax_point_as_date) %]</td> |
|
192 |
</tr> |
|
193 |
|
|
189 | 194 |
[%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%] |
190 | 195 |
[%- SET reqdate_txt = 'Reqdate' -%] |
191 | 196 |
[%- ELSIF SELF.type == "sales_quotation" -%] |
Auch abrufbar als: Unified diff
Leistungsdatum: Order-Controller