X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sales%2Finquiry%2Fcustomer_inquiry.php;h=52b82ef92f54cb43eee991548a366a9ff039dbca;hb=e33b5bd92cdff724ad4f561a6fdd8fa6246cdbac;hp=59b0c1ab3674dc1ab3b60b38912facd1ec475c48;hpb=e335b7bff88d068f584da89c61bbfad38632dfe9;p=fa-stable.git diff --git a/sales/inquiry/customer_inquiry.php b/sales/inquiry/customer_inquiry.php index 59b0c1ab..52b82ef9 100644 --- a/sales/inquiry/customer_inquiry.php +++ b/sales/inquiry/customer_inquiry.php @@ -45,9 +45,7 @@ cust_allocations_list_cells(null, 'filterType', $_POST['filterType'], true); submit_cells('RefreshInquiry', _("Search"),'',_('Refresh Inquiry'), true); end_row(); end_table(); - end_form(); - set_global_customer($_POST['customer_id']); //------------------------------------------------------------------------------------------------ @@ -82,7 +80,7 @@ function display_customer_summary($customer_record) amount_cell($customer_record["Balance"]); end_row(); - end_table();; + end_table(); } //------------------------------------------------------------------------------------------------ @@ -95,8 +93,12 @@ if ($_POST['customer_id'] != "" && $_POST['customer_id'] != reserved_words::get_ } div_end(); - +if(get_post('RefreshInquiry')) +{ + $Ajax->activate('totals_tbl'); +} //------------------------------------------------------------------------------------------------ + function systype_name($dummy, $type) { return systypes::name($type); @@ -276,19 +278,14 @@ if ($_POST['customer_id'] != reserved_words::get_all()) { $table =& new_db_pager('trans_tbl', $sql, $cols); $table->set_marker('check_overdue', _("Marked items are overdue.")); - -if(get_post('RefreshInquiry')) -{ +if (get_post('RefreshInquiry')) { $table->set_sql($sql); $table->set_columns($cols); - $Ajax->activate('trans_tbl'); - $Ajax->activate('totals_tbl'); } +start_form(); +display_db_pager($table); - start_form(); - display_db_pager($table); - end_form(); +end_form(); end_page(); - ?>