From: Janusz Dobrowolski Date: Sun, 13 Jun 2010 19:05:17 +0000 (+0000) Subject: Removed obsolete complete parameter. X-Git-Tag: v2.4.2~19^2~854 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=9502b1b3fc30a8b12c647f7e024e8b8da6a50af6;p=fa-stable.git Removed obsolete complete parameter. --- diff --git a/purchasing/supplier_credit.php b/purchasing/supplier_credit.php index bd480710..4db923b9 100644 --- a/purchasing/supplier_credit.php +++ b/purchasing/supplier_credit.php @@ -243,13 +243,11 @@ function commit_item_data($n) { if (check_item_data($n)) { - $complete = False; - $_SESSION['supp_trans']->add_grn_to_trans($n, $_POST['po_detail_item'.$n], $_POST['item_code'.$n], $_POST['item_description'.$n], $_POST['qty_recd'.$n], $_POST['prev_quantity_inv'.$n], input_num('This_QuantityCredited'.$n), - $_POST['order_price'.$n], input_num('ChgPrice'.$n), $complete, + $_POST['order_price'.$n], input_num('ChgPrice'.$n), $_POST['std_cost_unit'.$n], ""); } }