X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fincludes%2Fsales_db.inc;h=f368b402180d1c1ba544e4e27e6e24ebad6e306b;hb=3e2a432dd72688dbac39a07716201b2b00c16c8b;hp=acdc245cc0acca3be287c904422dd41ed11135f0;hpb=b985bcd1e2fc62418513612fcc7eb1c8b353f0f5;p=fa-stable.git diff --git a/sales/includes/sales_db.inc b/sales/includes/sales_db.inc index acdc245c..f368b402 100644 --- a/sales/includes/sales_db.inc +++ b/sales/includes/sales_db.inc @@ -169,7 +169,7 @@ function update_parent_line($doc_type, $line_id, $qty_dispatched) { $doc_type = get_parent_type($doc_type); - //echo "update line: $line_id, $doc_type, $qty_dispatch"; +// echo "update line: $line_id, $doc_type, $qty_dispatched"; if ($doc_type==0) return false; else {