X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9ce44b6f09f77fc51a69e4536fa44dee68d0ab85..HEAD:/templates/webpages/order/form.html
diff --git a/templates/webpages/order/form.html b/templates/webpages/order/form.html
index 17534de23..82bc2f15d 100644
--- a/templates/webpages/order/form.html
+++ b/templates/webpages/order/form.html
@@ -38,6 +38,9 @@
[%- IF SELF.order.id %]
[% 'Linked Records' | $T8 %]
[%- END %]
+[% IF SELF.order.id %]
+ [% 'Phone Notes' | $T8 %][%- num_phone_notes ? ' (' _ num_phone_notes _ ')' : '' -%]
+[% END %]
[% PROCESS "order/tabs/basic_data.html" %]
@@ -45,7 +48,11 @@
[%- LxERP.t8("Loading...") %]
-
+[% IF SELF.order.id %]
+
+ [% PROCESS "order/tabs/phone_notes.html" %]
+
+[% END %]
[%- PROCESS 'common/_ship_to_dialog.html'
vc_obj=SELF.order.customervendor