X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgl%2Fyearend_bottom.html;h=017319201a30c6cbbd1efea8c345332cb22274df;hb=9c785acd332352877abd90cd0c79a2fa1ef214a1;hp=2938d263da6b2a42064543ad709989998b62250d;hpb=c8220164135ec7796904dc3ac5b1c2047d52172b;p=kivitendo-erp.git diff --git a/templates/webpages/gl/yearend_bottom.html b/templates/webpages/gl/yearend_bottom.html index 2938d263d..017319201 100644 --- a/templates/webpages/gl/yearend_bottom.html +++ b/templates/webpages/gl/yearend_bottom.html @@ -3,11 +3,11 @@
[%- L.hidden_tag("action","YearEndTransactions/dispatch") %] - [%- L.hidden_tag("cb_date",SELF.cb_date) %] - [%- L.hidden_tag("cb_startdate",SELF.cb_startdate) %] + [%- L.hidden_tag("cb_date",SELF.cb_date.to_kivitendo) %] + [%- L.hidden_tag("cb_startdate",SELF.cb_startdate.to_kivitendo) %] [%- L.hidden_tag("cb_reference",SELF.cb_reference) %] [%- L.hidden_tag("cb_description",SELF.cb_description) %] - [%- L.hidden_tag("ob_date",SELF.ob_date) %] + [%- L.hidden_tag("ob_date",SELF.ob_date.to_kivitendo) %] [%- L.hidden_tag("ob_reference",SELF.ob_reference) %] [%- L.hidden_tag("ob_description",SELF.ob_description) %] [%- L.hidden_tag("cbob_chart",SELF.cbob_chart) %]