From: Janusz Dobrowolski Date: Fri, 5 Feb 2010 13:38:04 +0000 (+0000) Subject: Fixed get_cstandard_cost() for dummy items and prevent storing zero qty lines in X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=6fac2ec5e5f86162f22b7ec6ef881cf2cb289ec4;p=textcart.git Fixed get_cstandard_cost() for dummy items and prevent storing zero qty lines in DN/SI to database. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ce2bfa0..0cc2de4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,13 @@ Legend: ! -> Note $ -> Affected files +05-Feb-2010 Janusz Dobrowolski +# Fixed get_standard_cost()for dummy items +$ /includes/db/inventory_db.inc +# Prevent saving empty lines in invoices/delivery notes +$ /sales/includes/db/sales_delivery_db.inc + /sales/includes/db/sales_invoice_db.inc + 03-Feb-2010 Janusz Dobrowolski # Fixed continuation after timeout. $ /access/login.php