X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/199bd497fa158b819070767fa737b2e23d164b96..HEAD:/templates/webpages/order/form.html diff --git a/templates/webpages/order/form.html b/templates/webpages/order/form.html index c3ff986aa..82bc2f15d 100644 --- a/templates/webpages/order/form.html +++ b/templates/webpages/order/form.html @@ -15,7 +15,9 @@ -
+ [% L.hidden_tag('callback', FORM.callback) %] [% L.hidden_tag('type', FORM.type) %] [% L.hidden_tag('id', SELF.order.id) %] @@ -36,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" %] @@ -43,7 +48,11 @@
    [%- LxERP.t8("Loading...") %]
    - +[% IF SELF.order.id %] +
    + [% PROCESS "order/tabs/phone_notes.html" %] +
    +[% END %]