[%- IF saved_message %]
@@ -69,7 +66,7 @@ function updateTaxes(row)
- | [% 'Date' | $T8 %] |
+ [% 'Transdate' | $T8 %] |
[% L.date_tag('transdate', transdate, readonly=readonly) %] |
@@ -77,12 +74,12 @@ function updateTaxes(row)
|
[%- IF id %]
- | [% 'Belegnummer' | $T8 %] |
+ [% 'ID' | $T8 %] |
[% L.input_tag('id', id, size=20, readonly=readonly) %] |
- | [% 'Buchungsdatum' | $T8 %] |
+ [% 'Gldate' | $T8 %] |
[% L.date_tag('gldate', gldate, readonly=1) %] |
@@ -90,11 +87,10 @@ function updateTaxes(row)
|
[%- END %]
-[%- IF selectdepartment %]
+[%- IF ALL_DEPARTMENTS %]
| [% 'Department' | $T8 %] |
- |
-
+ [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %] |
[%- END %]
@@ -154,5 +150,3 @@ function updateTaxes(row)
[%- END %]
-
-[%- PROCESS 'gl/form_header_chart_balances_js.html' %]