From 1f38e0a49a8ef1b9ee7f6e7759975bbeeddade08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Mon, 17 Aug 2015 14:13:53 +0200 Subject: [PATCH] =?utf8?q?Auftrags-Controller:=20display=5Flinetotal=20(js?= =?utf8?q?)=20wird=20nicht=20mehr=20ben=C3=B6tigt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/order/tabs/basic_data.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html index f57cde89d..36b57b85c 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -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); } -- 2.20.1