X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9d6f6ee4598cdce78dead47818dc584292eae5a9..1f38e0a49a8ef1b9ee7f6e7759975bbeeddade08:/templates/webpages/order/tabs/basic_data.html 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); }