diff options
author | ivan <ivan> | 2010-01-19 00:13:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-01-19 00:13:14 +0000 |
commit | 59f7223cb3bdbc409cd40c6fd12529f9d45ade8e (patch) | |
tree | 97fa46194a232c79a62d4cd88eecf34546fdb281 /httemplate | |
parent | 6761bf9c4057314c1afc502e54b18a77407fc08b (diff) |
fix color/style after removal of billpkgnum display
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/search/cust_bill_pkg.cgi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index 4cc90a44c..115597a94 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -41,7 +41,7 @@ \&FS::UI::Web::cust_fields, ], 'links' => [ - '', + #'', '', '', '', @@ -51,9 +51,10 @@ FS::UI::Web::cust_header() ), ], - 'align' => 'rlrrrc'.FS::UI::Web::cust_aligns(), + #'align' => 'rlrrrc'.FS::UI::Web::cust_aligns(), + 'align' => 'lrrrc'.FS::UI::Web::cust_aligns(), 'color' => [ - '', + #'', '', '', '', @@ -62,7 +63,7 @@ FS::UI::Web::cust_colors(), ], 'style' => [ - '', + #'', '', '', '', |