freeside/FS/FS/ClientAPI MyAccount.pm,1.1.4.6,1.1.4.7

ivan ivan at pouncequick.420.am
Mon May 17 17:20:58 PDT 2004


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory pouncequick:/tmp/cvs-serv7257

Modified Files:
      Tag: FREESIDE_1_4_BRANCH
	MyAccount.pm 
Log Message:
patch from randell lucas for order_pkg to return pkgnum also

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.1.4.6
retrieving revision 1.1.4.7
diff -u -d -r1.1.4.6 -r1.1.4.7
--- MyAccount.pm	17 Mar 2004 21:47:39 -0000	1.1.4.6
+++ MyAccount.pm	18 May 2004 00:20:54 -0000	1.1.4.7
@@ -275,7 +275,7 @@
     $cust_pkg->reexport;
   }
 
-  return { error => '' };
+  return { error => '', pkgnum => $cust_pkg->pkgnum };
 
 }
 




More information about the freeside-commits mailing list