summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2006-07-23 14:21:37 +0000
committerivan <ivan>2006-07-23 14:21:37 +0000
commit29e7e361910ee76e9d487b2df88710af78997c8f (patch)
treeccc2ab18935919b4149318a45ef878863a25071b /httemplate
parent9397849cb897ebc82a8c30846ce5556382b06920 (diff)
ugh, really 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 4c31f2a..b08fc81 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 { ( &{$status_statuscol}($row) )[0] },
+ sub { ( &{$status_statuscol}(shift) )[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 { ( &{$status_statuscol}($row) )[1] },
+ sub { ( &{$status_statuscol}(shift) )[1] },
#sub { shift->statuscolor; },
'',
'',