X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=sales%2Finquiry%2Fcustomer_inquiry.php;fp=sales%2Finquiry%2Fcustomer_inquiry.php;h=3c1ffd9594dfba71c60e9d44234b7a0971a7f697;hp=20bd88a70b3ac9d78a2b3a5220eba72dde8b72a1;hb=0f465ad5e73c6683a5102bde63821a6f6a1c3f3a;hpb=80061be53f5f8d6415801e6e411a3891efc128c4 diff --git a/sales/inquiry/customer_inquiry.php b/sales/inquiry/customer_inquiry.php index 20bd88a7..3c1ffd95 100644 --- a/sales/inquiry/customer_inquiry.php +++ b/sales/inquiry/customer_inquiry.php @@ -157,6 +157,8 @@ if (!isset($_POST['customer_id'])) start_table(TABLESTYLE_NOBORDER); start_row(); +ref_cells(_("Reference:"), 'Ref', '', NULL, _('Enter reference fragment or leave empty')); + if (!$page_nested) customer_list_cells(_("Select a customer: "), 'customer_id', null, true, true, false, true); @@ -192,7 +194,7 @@ if (get_post('RefreshInquiry') || list_updated('filterType')) } //------------------------------------------------------------------------------------------------ $sql = get_sql_for_customer_inquiry(get_post('TransAfterDate'), get_post('TransToDate'), - get_post('customer_id'), get_post('filterType'), check_value('show_voided')); + get_post('customer_id'), get_post('filterType'), check_value('show_voided'), get_post('Ref')); //------------------------------------------------------------------------------------------------ //db_query("set @bal:=0");