freeside/FS/FS/ClientAPI MyAccount.pm,1.19,1.20
ivan
ivan at pouncequick.420.am
Mon May 17 17:20:57 PDT 2004
- Previous message: freeside/FS/FS part_bill_event.pm,1.6.4.5,1.6.4.6 cust_main.pm,1.92.2.46,1.92.2.47 cust_bill.pm,1.41.2.47,1.41.2.48 Conf.pm,1.47.4.45,1.47.4.46
- Next message: freeside/FS/FS/ClientAPI MyAccount.pm,1.1.4.6,1.1.4.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 };
}
- Previous message: freeside/FS/FS part_bill_event.pm,1.6.4.5,1.6.4.6 cust_main.pm,1.92.2.46,1.92.2.47 cust_bill.pm,1.41.2.47,1.41.2.48 Conf.pm,1.47.4.45,1.47.4.46
- Next message: freeside/FS/FS/ClientAPI MyAccount.pm,1.1.4.6,1.1.4.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list