[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.138, 1.139

Ivan,,, ivan at wavetail.420.am
Thu Sep 15 14:41:29 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv13909

Modified Files:
	MyAccount.pm 
Log Message:
add status info to list_pkgs call, RT#13656

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -w -d -r1.138 -r1.139
--- MyAccount.pm	15 Sep 2011 21:34:31 -0000	1.138
+++ MyAccount.pm	15 Sep 2011 21:41:27 -0000	1.139
@@ -1065,7 +1065,7 @@
                           my $primary_cust_svc = $_->primary_cust_svc;
                           +{ $_->hash,
                             $_->part_pkg->hash,
-                            #status => $_->status,
+                            status => $_->status,
                             part_svc =>
                               [ map $_->hashref, $_->available_part_svc ],
                             cust_svc => 



More information about the freeside-commits mailing list