projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c0614f
)
Db error in po_entry_items.php was already fixed. Look at the line below.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Wed, 17 Oct 2012 07:00:57 +0000
(09:00 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Wed, 17 Oct 2012 07:00:57 +0000
(09:00 +0200)
purchasing/po_entry_items.php
patch
|
blob
|
history
diff --git
a/purchasing/po_entry_items.php
b/purchasing/po_entry_items.php
index f7968337a1e1b7a18b8c6cfd5e6081557e4f994a..a2c3d5f7f423af75e47bef2c119d062e7b199cf0 100644
(file)
--- 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;