X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgl%2Fyearend_bottom.html;h=1a8fb822d46ac73a06fdcb9b3ae7daae5b901793;hb=faceb8b211c444e20d81ca05e91b33406e281491;hp=161217c5927d2aee4959ada1eb71e459a56aa903;hpb=c1c6288ab29bae1eaec8009a0a80aeb5ece70e4d;p=kivitendo-erp.git diff --git a/templates/webpages/gl/yearend_bottom.html b/templates/webpages/gl/yearend_bottom.html index 161217c59..1a8fb822d 100644 --- a/templates/webpages/gl/yearend_bottom.html +++ b/templates/webpages/gl/yearend_bottom.html @@ -1,25 +1,12 @@ [%- USE L %] [%- USE LxERP %] - - - -
- [%- L.hidden_tag("action","YearlyTransactions/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) %] [%- L.hidden_tag("rowcount",SELF.row_count) %] - [%- L.submit_tag("action_generate", LxERP.t8('generate cb/ob transactions for selected charts'), - confirm=LxERP.t8('Are you sure to generate cb/ob transactions?')) %] - [%- L.submit_tag("action_filter", LxERP.t8('back')) %] -
- +