[freeside-commits] freeside/FS/FS cust_pay.pm,1.88,1.89
Ivan,,,
ivan at wavetail.420.am
Fri Oct 22 18:23:27 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv2259
Modified Files:
cust_pay.pm
Log Message:
another upgrade fix for ancient datasets
Index: cust_pay.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pay.pm,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -w -d -r1.88 -r1.89
--- cust_pay.pm 20 Oct 2010 02:07:01 -0000 1.88
+++ cust_pay.pm 23 Oct 2010 01:23:25 -0000 1.89
@@ -803,9 +803,10 @@
my $h_cust_pay = $cust_pay->h_search('insert');
if ( $h_cust_pay ) {
next if $cust_pay->otaker eq $h_cust_pay->history_user;
- $cust_pay->otaker($h_cust_pay->history_user);
+ #$cust_pay->otaker($h_cust_pay->history_user);
+ $cust_pay->set('otaker', $h_cust_pay->history_user);
} else {
- $cust_pay->otaker('legacy');
+ $cust_pay->set('otaker', 'legacy');
}
delete $FS::payby::hash{'COMP'}->{cust_pay}; #quelle kludge
More information about the freeside-commits
mailing list