Dateimanagement: Integration in Masken und Controller
[kivitendo-erp.git] / templates / webpages / gl / yearend_bottom.html
index 161217c..0173192 100644 (file)
@@ -2,12 +2,12 @@
 [%- USE LxERP %]
 <table  width="100%">
   <tr><td>
-    [%- 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("action","YearEndTransactions/dispatch") %]
+    [%- 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) %]
@@ -18,8 +18,3 @@
     </td>
   </tr>
 </table></form>
-<script type='text/javascript'>
-$(function(){
-  $('#multi_all').checkall("input[name^='multi_id']");
-});
-</script>