From: Joe Hunt Date: Wed, 17 Oct 2012 07:00:57 +0000 (+0200) Subject: Db error in po_entry_items.php was already fixed. Look at the line below. X-Git-Tag: 2.3-final~397 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=0d2cbe658742c6d7ed2eb09dab0abc6ee4dd1f74;p=fa-stable.git Db error in po_entry_items.php was already fixed. Look at the line below. --- diff --git a/purchasing/po_entry_items.php b/purchasing/po_entry_items.php index f7968337..a2c3d5f7 100644 --- a/purchasing/po_entry_items.php +++ b/purchasing/po_entry_items.php @@ -457,7 +457,6 @@ function handle_commit_order() $inv->tax_included = $cart->tax_included; $supp = get_supplier($cart->supplier_id); $inv->tax_group_id = $supp['tax_group_id']; - $inv->ov_discount = 0; // ov-discount set to zero to avoid DB error on insert $inv->ov_amount = $inv->ov_gst = $inv->ov_discount = 0;