X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/59adfa36c82c4e021011c84c70b9384badea33aa..fbcd5580:/templates/webpages/ar/form_footer.html diff --git a/templates/webpages/ar/form_footer.html b/templates/webpages/ar/form_footer.html index 484985cae..70864955b 100644 --- a/templates/webpages/ar/form_footer.html +++ b/templates/webpages/ar/form_footer.html @@ -1,6 +1,6 @@ [% USE LxERP %] [% USE T8 %] -[% USE L %] +[% USE L %][%- USE P -%] [% IF ( follow_up_length && follow_up_due_length ) %] [% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_up_length , follow_up_due_length) %] @@ -8,8 +8,8 @@ - - + [% P.hidden_tag('draft_id', draft_id) %] + [% P.hidden_tag('draft_description', draft_description) %]
@@ -43,6 +43,8 @@ [% L.submit_tag("action", LxERP.t8('mark as paid'), confirm=LxERP.t8('This will remove the invoice from showing as unpaid even if the unpaid amount does not match the amount. Proceed?')) %] [% END %] + [% L.button_tag("kivi.RecordTemplate.popup('ar_transaction')", LxERP.t8("Record templates")) %] +