Right align numbers in inquiries and lists.
[fa-stable.git] / purchasing / allocations / supplier_allocation_main.php
index c826462670c49053749edf8b62778df3a1c11249..9d1cb8d9b238236d4ab99e340c5c9ec432b3c924 100644 (file)
@@ -92,7 +92,7 @@ $sql = get_allocatable_from_supp_sql($supplier_id, $settled);
 
 $cols = array(
        _("Transaction Type") => array('fun'=>'systype_name'),
-       _("#") => array('fun'=>'trans_view'),
+       _("#") => array('fun'=>'trans_view', 'align'=>'right'),
        _("Reference"), 
        _("Date") => array('name'=>'tran_date', 'type'=>'date', 'ord'=>'asc'),
        _("Supplier") => array('ord'=>''),