projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1caf04c
)
Right align numbers in customer inquiry.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Wed, 20 Sep 2017 14:16:14 +0000
(16:16 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Wed, 20 Sep 2017 14:16:14 +0000
(16:16 +0200)
sales/inquiry/customer_inquiry.php
patch
|
blob
|
history
diff --git
a/sales/inquiry/customer_inquiry.php
b/sales/inquiry/customer_inquiry.php
index d6851aa027d473dad652b79910306dc0f12106b3..e93f1d4319863dff4ae6beb2029a47da1f51c113 100644
(file)
--- a/
sales/inquiry/customer_inquiry.php
+++ b/
sales/inquiry/customer_inquiry.php
@@
-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'),