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-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=160200323bd3708afbed72e2d060eba1422df844;p=textcart.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 f796833..a2c3d5f 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;