X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_footer.html;h=b0ba7fe67f3b9da809fee8729edd52646fcc240e;hb=cf889668782d1ffbb76b9f28e1d36848544fa3b3;hp=7beb4076f965799fd6af819774b006682d849097;hpb=6522c45ab592513a42f45a059d14b270d062c612;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_footer.html b/templates/webpages/oe/form_footer.html index 7beb4076f..b0ba7fe67 100644 --- a/templates/webpages/oe/form_footer.html +++ b/templates/webpages/oe/form_footer.html @@ -1,6 +1,7 @@ [%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] +[%- USE L %] @@ -27,6 +28,18 @@ show_empty = 1 -%] + +[%- IF is_sales_ord %] + + + + +[%- END %] + [%- IF id && num_follow_ups %] @@ -137,7 +150,7 @@ [%- END %] - [%- IF is_sales_ord || is_pur_ord %] + [%- IF is_sales_ord || is_pur_ord && !delivered%] [%- END %]
[%- LxERP.t8('Periodic Invoices') %] + [% L.button_tag("edit_periodic_invoices_config(); return false;", LxERP.t8('Configure')) %] + ([% HTML.escape(periodic_invoices_status) %]) + [% L.hidden_tag("periodic_invoices_config", periodic_invoices_config) %] +
[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', num_follow_ups, num_due_follow_ups) %]