diff options
-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' => [ - '', + #'', '', '', '', |