projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1baea8c
)
Leistungsdatum: Order-Controller
author
Moritz Bunkus
<m.bunkus@linet.de>
Tue, 10 Nov 2020 11:19:10 +0000
(12:19 +0100)
committer
Moritz Bunkus
<m.bunkus@linet.de>
Tue, 10 Nov 2020 11:19:10 +0000
(12:19 +0100)
templates/webpages/order/tabs/basic_data.html
patch
|
blob
|
history
diff --git
a/templates/webpages/order/tabs/basic_data.html
b/templates/webpages/order/tabs/basic_data.html
index
d7b84ff
..
d50323d
100644
(file)
--- a/
templates/webpages/order/tabs/basic_data.html
+++ b/
templates/webpages/order/tabs/basic_data.html
@@
-186,6
+186,11
@@
<td>[% L.date_tag('order.transdate_as_date', SELF.order.transdate_as_date) %]</td>
</tr>
+ <tr>
+ <th width="70%" align="right" nowrap>[% 'Tax point' | $T8 %]</th>
+ <td>[% L.date_tag('order.tax_point_as_date', SELF.order.tax_point_as_date) %]</td>
+ </tr>
+
[%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
[%- SET reqdate_txt = 'Reqdate' -%]
[%- ELSIF SELF.type == "sales_quotation" -%]