Bug 5678: Customer/Supplier Transactions Ageing Display Calculates Incorrectly (inclu...
[fa-stable.git] / purchasing / inquiry / supplier_inquiry.php
index c3be0430bac230edd10ba385a660059d5bd2b77d..f3c3141e648c6bc72f488739cfd4ef42fe3b60b3 100644 (file)
@@ -156,7 +156,7 @@ div_start('totals_tbl');
 
 if ($_POST['supplier_id'] != "" && $_POST['supplier_id'] != ALL_TEXT)
 {
-       $supplier_record = get_supplier_details(get_post('supplier_id'), get_post('TransToDate'));
+       $supplier_record = get_supplier_details(get_post('supplier_id'), get_post('TransToDate'), false);
     display_supplier_summary($supplier_record);
 }
 div_end();