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-Tag: 2.3-final~986 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=a757d6a88f27617ab3446250bc99061381e8f91b;p=fa-stable.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 ce2bfa0c..0cc2de49 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