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