diff options
author | ivan <ivan> | 2010-01-24 19:54:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-01-24 19:54:05 +0000 |
commit | 24e2264c52dce5d6fd0f1c27c2f83836823a5b7e (patch) | |
tree | 561fc2f226b6638c232504dfb939f685485bcbde | |
parent | c458f1d98bef21ec35c8098dcefeb9b9a58ba775 (diff) |
fix alignment of customer data
-rwxr-xr-x | httemplate/search/cust_bill.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_bill.html b/httemplate/search/cust_bill.html index c1f5517af..8d72357dc 100755 --- a/httemplate/search/cust_bill.html +++ b/httemplate/search/cust_bill.html @@ -22,7 +22,7 @@ sub { time2str('%b %d %Y', shift->_date ) }, \&FS::UI::Web::cust_fields, ], - 'align' => 'rrrr'.FS::UI::Web::cust_aligns(), + 'align' => 'rrrrl'.FS::UI::Web::cust_aligns(), 'links' => [ $link, $link, |