Part: Javascripte nicht ins HTML schreiben sondern nach reinit_widgets
[kivitendo-erp.git] / templates / webpages / part / _customerprices.html
index 9384a6c..49f32c3 100644 (file)
     </td>
   </tr>
   [% L.sortable_element('#customerprice_rows') %]
-
-  <script type="text/javascript">
-  $(function() {
-
-    $('#customerprice_rows').on('sortstop', function(event, ui) {
-      kivi.Part.customerprice_renumber_positions();
-    });
-
-  })
-  </script>