Kreditorenbuchungen auf Verwendung des Chart-Pickers umgestellt
[kivitendo-erp.git] / templates / webpages / ap / form_footer.html
index 14d4966..c3611a2 100644 (file)
 [%- END %]
 
 </form>
+
+<script type="text/javascript">
+ <!--
+$(document).ready(function() {
+  [%- SET row=0 %]
+  [%- WHILE row < rowcount %]
+   [%- SET row=row + 1 %]
+   $('#AP_amount_chart_id_[% row %]').on('set_item:ChartPicker', function(e, item) {
+     kivi.GL.update_taxes(this);
+   });
+  [%- END %]
+});
+-->
+</script>