X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fform_header.html;h=7fa799f5fcf30a29c7c8b7b0e629e50ad186c5f8;hb=b9d1830d82dbb1a2d908cfa051120b96d0a0d10a;hp=5d2fb7417c898a87148e336e702e6fa3f3711da4;hpb=c07a3eed7e1913be0801dda4d10802ce8b7d275d;p=kivitendo-erp.git diff --git a/templates/webpages/ar/form_header.html b/templates/webpages/ar/form_header.html index 5d2fb7417..7fa799f5f 100644 --- a/templates/webpages/ar/form_header.html +++ b/templates/webpages/ar/form_header.html @@ -3,8 +3,6 @@ [%- USE T8 %] [%- USE LxERP %] - -
[% L.hidden_tag('id', id) %] @@ -41,7 +39,7 @@ [% L.hidden_tag('selectcustomer', selectcustomer) %] [% L.hidden_tag('oldcustomer', oldcustomer) %] - [% L.hidden_tag('oldcustomer', oldcustomer) %] + [% L.hidden_tag('customer_id', customer_id) %] [% L.hidden_tag('terms', terms) %] @@ -114,7 +112,7 @@ [% 'Project Number' | $T8 %] - [% L.select_tag('globalproject_id', L.options_for_select(ALL_PROJECTS, title='projectnumber', default=globalproject_id, with_empty=1)) %] + [% L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = 1) %] @@ -140,9 +138,9 @@ [% row.selectAR_amount %] [% L.input_tag('amount_' _ loop.count, LxERP.format_amount(row.amount, 2)) %] - [% L.input_tag('tax_' _ loop.count, LxERP.format_tax(row.tax, 2)) %][% LxERP.format_tax(row.tax, 2) | html %] - [% row.tax %] - [% L.select_tag('project_id_' _ loop.count, L.options_for_select(ALL_PROJECTS, title='projectnumber', default=row.project_id, with_empty=1)) %] + [% L.hidden_tag('tax_' _ loop.count, LxERP.format_tax(row.tax, 2)) %][% LxERP.format_amount(row.tax, 2) | html %] + [% row.taxchart %] + [% L.select_tag('project_id_' _ loop.count, ALL_PROJECTS, title_key = 'projectnumber', default = row.project_id, with_empty = 1) %] [%- END %] @@ -245,7 +243,7 @@ [%- IF row.changeable %] - [% L.select_tag('paid_project_id_' _ loop.count, L.options_for_select(ALL_PROJECTS, title='projectnumber', default=row.paid_project_id, with_empty=1)) %] + [% L.select_tag('paid_project_id_' _ loop.count, ALL_PROJECTS, title_key = 'projectnumber', default = row.paid_project_id, with_empty=1) %] [%- ELSE %] [% project_labels.${row.paid_project_id} | html %]