Two smaller bugs [0000023],[0000026]
[fa-stable.git] / sales / includes / sales_db.inc
index acdc245cc0acca3be287c904422dd41ed11135f0..f368b402180d1c1ba544e4e27e6e24ebad6e306b 100644 (file)
@@ -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 {