[% P.project.picker("order.orderitems[].project_id", ITEM.project_id, size = 15) %]
[%- IF (TYPE == "sales_order" || TYPE == "purchase_order") %]
<b>[%- 'Reqdate' | $T8 %]</b>
- [% L.date_tag("order.orderitems[].reqdate", ITEM.reqdate) %]
+ [% L.date_tag("order.orderitems[].reqdate_as_date", ITEM.reqdate_as_date) %]
[%- END %]
<b>[%- 'Subtotal' | $T8 %]</b>
[% L.yes_no_tag("order.orderitems[].subtotal", ITEM.subtotal) %]
[%- END -%]
<tr>
<th width="70%" align="right" nowrap>[% transdate_txt | $T8 %]</th>
- <td>[% L.date_tag('order.transdate', SELF.order.transdate) %]</td>
+ <td>[% L.date_tag('order.transdate_as_date', SELF.order.transdate_as_date) %]</td>
</tr>
[%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
[%- END -%]
<tr>
<th width="70%" align="right" nowrap>[% reqdate_txt | $T8 %]</th>
- <td>[% L.date_tag('order.reqdate', SELF.order.reqdate) %]</td>
+ <td>[% L.date_tag('order.reqdate_as_date', SELF.order.reqdate_as_date) %]</td>
</tr>
[%- IF SELF.type == "sales_quotation" -%]
</tr>
<tr>
<th width="70%" align="right" nowrap>[% 'Expected billing date' | $T8 %]</th>
- <td>[%- L.date_tag('order.expected_billing_date', SELF.order.expected_billing_date) %]</td>
+ <td>[%- L.date_tag('order.expected_billing_date_as_date', SELF.order.expected_billing_date_sa_date) %]</td>
</tr>
[%- END %]