summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2006-07-23 14:20:10 +0000
committerivan <ivan>2006-07-23 14:20:10 +0000
commit9397849cb897ebc82a8c30846ce5556382b06920 (patch)
tree2d47f29ae8e9e3b0cded624ac3a82bf54bf104d7 /httemplate
parentc1a7b9da2c7817a09e683b79b3cd49787f5e38db (diff)
hopefully fix the statuses here
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/search/report_receivables.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi
index 061febc..4c31f2a 100755
--- a/httemplate/search/report_receivables.cgi
+++ b/httemplate/search/report_receivables.cgi
@@ -170,7 +170,7 @@ END
],
'fields' => [
\&FS::UI::Web::cust_fields,
- sub { (shift->status_statuscol)[0] },
+ sub { ( &{$status_statuscol}($row) )[0] },
#sub { ucfirst(shift->status) },
sub { sprintf( $money_char.'%.2f',
shift->get('owed_0_30') ) },
@@ -203,7 +203,7 @@ END
'b', '', '', '', '', 'b', ],
'color' => [
( map '', FS::UI::Web::cust_header() ),
- sub { (shift->status_statuscol)[1] },
+ sub { ( &{$status_statuscol}($row) )[1] },
#sub { shift->statuscolor; },
'',
'',