X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Fform.html;fp=templates%2Fwebpages%2Forder%2Fform.html;h=82bc2f15d0039fba078381f215c247b1566b34bc;hp=c3ff986aa1b7b1dcfb0f31f5a16e8fb1bc42a23a;hb=b293ff8ad52fc76ba0c44783e3982418114d6b08;hpb=d4925a8b60f04674885e30d9316dc0263f8b9a84 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 %]