Right align numbers in inquiries and lists.
[fa-stable.git] / sales / allocations / customer_allocation_main.php
index 9c60415e7101e95afa2e4e49216eaeb2821e1012..5059735f6a9d8019d9992d488468e1e5d94e3273 100644 (file)
@@ -85,7 +85,7 @@ $sql = get_allocatable_from_cust_sql($customer_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'),
        _("Customer") => array('ord'=>''),