From 160200323bd3708afbed72e2d060eba1422df844 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 17 Oct 2012 09:00:57 +0200 Subject: [PATCH] Db error in po_entry_items.php was already fixed. Look at the line below. --- purchasing/po_entry_items.php | 1 - 1 file changed, 1 deletion(-) 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; -- 2.30.2