Auftrags-Controller: display_linetotal (js) wird nicht mehr benötigt.
[kivitendo-erp.git] / templates / webpages / order / tabs / basic_data.html
index f57cde8..36b57b8 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);
 }