X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgl%2Fform_header.html;h=f5a792b912b3dcd67fe9bc94cede629d48b05f64;hb=1ce68041a1923c60a6608a2ed6365f5915bacd9a;hp=e349761cf238470c2490e76900025a485c1f4209;hpb=3aa5cee2f12c1dff757539b60196bf5e1be0a5d6;p=kivitendo-erp.git diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html index e349761cf..f5a792b91 100644 --- a/templates/webpages/gl/form_header.html +++ b/templates/webpages/gl/form_header.html @@ -4,28 +4,10 @@ [%- USE L %]

[% title | html %]

+[%- INCLUDE 'common/flash.html' %] + + -
+ [% FOREACH name IN [ 'id', 'closedto', 'locked', 'storno', 'storno_id', 'previous_id', 'previous_gldate' ] %] [% L.hidden_tag(name, $name) %] @@ -48,6 +31,21 @@ function updateTaxes(row) +
+ +
+ [%- IF saved_message %] @@ -89,11 +87,10 @@ function updateTaxes(row) [%- END %] -[%- IF selectdepartment %] +[%- IF ALL_DEPARTMENTS %] - - + [%- END %] @@ -153,5 +150,3 @@ function updateTaxes(row) [%- END %] - -[%- PROCESS 'gl/form_header_chart_balances_js.html' %]
[% 'Department' | $T8 %][% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %]