]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Auftrags-Controller: display_linetotal (js) wird nicht mehr benötigt.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 17 Aug 2015 12:13:53 +0000 (14:13 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Mon, 16 Nov 2015 15:15:56 +0000 (16:15 +0100)
templates/webpages/order/tabs/basic_data.html

index f57cde89d306f62991fcc6ced5c7ea647bcc6dd7..36b57b85c955da4c625956f676255bcdefa95ad1 100644 (file)
@@ -206,10 +206,6 @@ function recalc_amounts_and_taxes() {
   $.post("controller.pl", data, kivi.eval_json_result);
 }
 
-function display_linetotal(item_id, amount) {
-  $('#item_' + item_id).parents("tr").first().find('[name="linetotal"]').html(amount);
-}
-
 function row_table_scroll_down() {
   $('#row_table_scroll_id').scrollTop($('#row_table_scroll_id')[0].scrollHeight);
 }