Right align numbers in customer inquiry.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 20 Sep 2017 14:16:14 +0000 (16:16 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 20 Sep 2017 14:16:14 +0000 (16:16 +0200)
sales/inquiry/customer_inquiry.php

index d6851aa027d473dad652b79910306dc0f12106b3..e93f1d4319863dff4ae6beb2029a47da1f51c113 100644 (file)
@@ -190,8 +190,8 @@ $sql = get_sql_for_customer_inquiry(get_post('TransAfterDate'), get_post('TransT
 
 $cols = array(
        _("Type") => array('fun'=>'systype_name', 'ord'=>''),
-       _("#") => array('fun'=>'trans_view', 'ord'=>''),
-       _("Order") => array('fun'=>'order_view'), 
+       _("#") => array('fun'=>'trans_view', 'ord'=>'', 'align'=>'right'),
+       _("Order") => array('fun'=>'order_view', 'align'=>'right'), 
        _("Reference"), 
        _("Date") => array('name'=>'tran_date', 'type'=>'date', 'ord'=>'desc'),
        _("Due Date") => array('type'=>'date', 'fun'=>'due_date'),