X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Finquiry%2Fcustomer_allocation_inquiry.php;h=3313cebf652c56590f6ee403eb0d92a4c737fbf6;hb=4f57367b97832827258d1140ca423a26cf714142;hp=4e4a341c58168996889e76e061d213f55510b62b;hpb=b956923926de6b7eecf57510cf86857354cac1b3;p=fa-stable.git diff --git a/sales/inquiry/customer_allocation_inquiry.php b/sales/inquiry/customer_allocation_inquiry.php index 4e4a341c..3313cebf 100644 --- a/sales/inquiry/customer_allocation_inquiry.php +++ b/sales/inquiry/customer_allocation_inquiry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; @@ -34,7 +34,7 @@ if (isset($_GET['customer_id'])) if (!isset($_POST['customer_id'])) $_POST['customer_id'] = get_global_customer(); -start_form(false, true); +start_form(); start_table("class='tablestyle_noborder'"); start_row(); @@ -48,7 +48,7 @@ cust_allocations_list_cells(_("Type:"), 'filterType', null); check_cells(" " . _("show settled:"), 'showSettled', null); -submit_cells('RefreshInquiry', _("Search"),'',_('Refresh Inquiry'), true); +submit_cells('RefreshInquiry', _("Search"),'',_('Refresh Inquiry'), 'default'); set_global_customer($_POST['customer_id']); @@ -200,10 +200,10 @@ function fmt_credit($row) $cols = array( _("Type") => array('fun'=>'systype_name'), - _("Number") => array('fun'=>'view_link'), + _("#") => array('fun'=>'view_link'), _("Reference"), _("Order") => array('fun'=>'order_link'), - _("Date") => array('type'=>'date', 'ord'=>'asc'), + _("Date") => array('name'=>'tran_date', 'type'=>'date', 'ord'=>'asc'), _("Due Date") => array('type'=>'date', 'fun'=>'due_date'), _("Customer"), _("Currency") => array('align'=>'center'), @@ -226,6 +226,7 @@ if (get_post('RefreshInquiry')) { $table->set_sql($sql); $table->set_columns($cols); } +$table->width = "80%"; start_form(); display_db_pager($table);