Dateimanagement: Integration in Masken und Controller
[kivitendo-erp.git] / templates / webpages / gl / yearend_top.html
index 84306d5..6a7967c 100644 (file)
@@ -1,5 +1,4 @@
 [%- USE LxERP %]
-[%- INCLUDE 'common/flash.html' %]
 <form method="post" action="controller.pl">
 <table>
   <tr>
@@ -7,8 +6,8 @@
     <td colspan="6" align="left">
       [%- LxERP.t8('Select charts for which the CB/OB transactions want to be posted.') %]<br>
       [%- LxERP.t8('There will be two transactions done:') %]<br>
-     - [%- LxERP.t8('One SB-transaction') %] ( [% SELF.cb_date %], [% SELF.cb_reference %], [% SELF.cb_description %], [% SELF.cbob_chartaccno %] )<br>
-     - [%- LxERP.t8('One OB-transaction') %] ( [% SELF.ob_date %], [% SELF.ob_reference %], [% SELF.ob_description %], [% SELF.cbob_chartaccno %] )<br>
+     - [%- LxERP.t8('One SB-transaction') %] ( [% SELF.cb_date.to_kivitendo %], [% SELF.cb_reference %], [% SELF.cb_description %], [% SELF.cbob_chartaccno %] )<br>
+     - [%- LxERP.t8('One OB-transaction') %] ( [% SELF.ob_date.to_kivitendo %], [% SELF.ob_reference %], [% SELF.ob_description %], [% SELF.cbob_chartaccno %] )<br>
       [%- LxERP.t8('No revert available.') %]
     </td>
   </tr>