Adjustment of db pager width. Copyright notes.
[fa-stable.git] / sales / inquiry / customer_allocation_inquiry.php
index 4e4a341c58168996889e76e061d213f55510b62b..d7a02dc6f5e44d7461a8be01acc3bed2b318f89a 100644 (file)
@@ -200,7 +200,7 @@ 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'),
@@ -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);