X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Finquiry%2Fcustomer_allocation_inquiry.php;h=325d848ffd82b5a76cb8f5d3afe8dda68186ee85;hb=2e181b13aa722a43e78b897404912d6b13a0a937;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..325d848f 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="../.."; @@ -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);