Bug 5678: Customer/Supplier Transactions Ageing Display Calculates Incorrectly (inclu...
[fa-stable.git] / sales / inquiry / customer_inquiry.php
index 930ff08ab6cbec2051c08ae6e98e91c90c2e125a..b14882f2951e8396897347e82c34cbd820326078 100644 (file)
@@ -178,7 +178,7 @@ set_global_customer($_POST['customer_id']);
 div_start('totals_tbl');
 if ($_POST['customer_id'] != "" && $_POST['customer_id'] != ALL_TEXT)
 {
-       $customer_record = get_customer_details(get_post('customer_id'), get_post('TransToDate'));
+       $customer_record = get_customer_details(get_post('customer_id'), get_post('TransToDate'), false);
     display_customer_summary($customer_record);
     echo "<br>";
 }