[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.95.2.3, 1.95.2.4
Ivan,,,
ivan at wavetail.420.am
Sun Oct 25 16:30:08 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv16686/ClientAPI
Modified Files:
Tag: FREESIDE_1_9_BRANCH
MyAccount.pm
Log Message:
add apply option to realtime_collect, RT#5071
Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.95.2.3
retrieving revision 1.95.2.4
diff -u -d -r1.95.2.3 -r1.95.2.4
--- MyAccount.pm 24 Oct 2009 02:04:44 -0000 1.95.2.3
+++ MyAccount.pm 25 Oct 2009 23:30:03 -0000 1.95.2.4
@@ -680,7 +680,6 @@
}
sub realtime_collect {
-
my $p = shift;
my $session = _cache->get($p->{'session_id'})
@@ -695,6 +694,7 @@
'method' => $p->{'method'},
'pkgnum' => $session->{'pkgnum'},
'session_id' => $p->{'session_id'},
+ 'apply' => 1,
);
return { 'error' => $error } unless ref( $error );
More information about the freeside-commits
mailing list