6       <th colspan="3" align=right class=listtotal> [% LxERP.format_amount(totaldebit, 2) | html %]</th>
 
   7       <th align=right class=listtotal> [% LxERP.format_amount(totalcredit, 2) | html %]</th>
 
  18 [% PROCESS 'webdav/_list.html' %]
 
  22 <input name=callback type=hidden value="[% callback %]">
 
  23 <input name=bt_id    type=hidden value="[% bt_id %]">
 
  24 <input name=bt_chart_id type=hidden value="[% bt_chart_id %]">
 
  26 [%- IF id && follow_ups.size %]
 
  27   <p>[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_ups.size , follow_ups_due) %]</p>
 
  31 <script type="text/javascript">
 
  33 $(document).ready(function() {
 
  35   [%- WHILE row < rowcount %]
 
  36    [%- SET row=row + 1 %]
 
  37    $('#accno_id_[% row %]').on('set_item:ChartPicker', function(e, item) {
 
  38      kivi.GL.show_chart_balance(this);
 
  39      kivi.GL.update_taxes(this);