3 [% USE L %][%- USE P -%]
5 [% IF ( follow_up_length && follow_up_due_length ) %]
6 [% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_up_length , follow_up_due_length) %]
9 <input type="hidden" name="gldate" value="[% gldate | html %]">
10 <input type="hidden" name="callback" value="[% callback | html %]">
11 [% P.hidden_tag('draft_id', draft_id) %]
12 [% P.hidden_tag('draft_description', draft_description) %]
15 <script type="text/javascript">
17 $(document).ready(function() {
19 [%- WHILE row < rowcount %]
20 [%- SET row=row + 1 %]
21 $('#AR_amount_chart_id_[% row %]').on('set_item:ChartPicker', function(e, item) {
22 kivi.GL.update_taxes(this);