From: ivan Date: Sun, 23 Jul 2006 14:21:37 +0000 (+0000) Subject: ugh, really fix the statuses here X-Git-Tag: BEFORE_FINAL_MASONIZE~71 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=29e7e361910ee76e9d487b2df88710af78997c8f ugh, really fix the statuses here --- diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi index 4c31f2afa..b08fc8143 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; }, '', '',