Revision cdb3f02c
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/ar/form_footer.html | ||
---|---|---|
[% USE L %]
|
||
[% USE P %]
|
||
|
||
[% IF ( follow_up_length && follow_up_due_length ) %]
|
||
[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_up_length , follow_up_due_length) %]
|
||
[% END %]
|
||
[% IF ( follow_up_length && follow_up_due_length ) %]
|
||
[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_up_length , follow_up_due_length) %]
|
||
[% END %]
|
||
|
||
<input type="hidden" name="gldate" value="[% gldate | html %]">
|
||
<input type="hidden" name="callback" value="[% callback | html %]">
|
||
[% P.hidden_tag('draft_id', draft_id) %]
|
||
[% P.hidden_tag('draft_description', draft_description) %]
|
||
|
||
<input type="hidden" name="gldate" value="[% gldate | html %]">
|
||
<input type="hidden" name="callback" value="[% callback | html %]">
|
||
[% P.hidden_tag('draft_id', draft_id) %]
|
||
[% P.hidden_tag('draft_description', draft_description) %]
|
||
</form>
|
||
|
||
<script type="text/javascript">
|
||
<!--
|
||
<script type="text/javascript"><!--
|
||
$(document).ready(function() {
|
||
[%- SET row=0 %]
|
||
[%- WHILE row < rowcount %]
|
||
[%- SET row=row + 1 %]
|
||
[% SET row=0 %]
|
||
[% WHILE row < rowcount %]
|
||
[% SET row=row + 1 %]
|
||
$('#AR_amount_chart_id_[% row %]').on('set_item:ChartPicker', function(e, item) {
|
||
kivi.GL.update_taxes(this);
|
||
});
|
||
[%- END %]
|
||
[% END %]
|
||
});
|
||
-->
|
||
</script>
|
||
--></script>
|
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/ar/form_footer.html