projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
SL::DB::Object: Methode update_collections für One-To-Many-Relationships
[kivitendo-erp.git]
/
templates
/
webpages
/
customer_vendor_turnover
/
turnover.html
1
[%- USE T8 %]
2
[%- USE LxERP %]
3
[%- USE L %]
4
[%- USE HTML %]
5
[%- USE JavaScript -%]
6
7
[%- IF open_items %]
8
[% open_items %]
9
[% END %]
10
11
[%- IF open_orders %]
12
[% open_orders %]
13
[% END %]
14
15
[% PROCESS "customer_vendor_turnover/_statistic_tabs.html" %]