freeside/FS/FS/ClientAPI MyAccount.pm,1.19,1.20

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


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

Modified Files:
	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.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- MyAccount.pm	3 May 2004 15:40:10 -0000	1.19
+++ MyAccount.pm	18 May 2004 00:20:53 -0000	1.20
@@ -489,7 +489,7 @@
     $cust_pkg->reexport;
   }
 
-  return { error => '' };
+  return { error => '', pkgnum => $cust_pkg->pkgnum };
 
 }
 




More information about the freeside-commits mailing list