4 [%- USE LxERP %][%- USE P -%]
 
   6 [%- IF (num_follow_ups && num_due) %]
 
   7   <p>[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', num_follow_ups, num_due) %]</p>
 
  10 <input name=callback type=hidden value="[% callback | html %]">
 
  11 <input name=gldate type=hidden value="[% gldate | html %]">
 
  12 [% P.hidden_tag('draft_id', draft_id) %]
 
  13 [% P.hidden_tag('draft_description', draft_description) %]
 
  16 <script type="text/javascript">
 
  18 $(document).ready(function() {
 
  20   [%- WHILE row < rowcount %]
 
  21    [%- SET row=row + 1 %]
 
  22    $('#AP_amount_chart_id_[% row %]').on('set_item:ChartPicker', function(e, item) {
 
  23      kivi.GL.update_taxes(this);