From: ivan Date: Thu, 15 Sep 2011 21:41:27 +0000 (+0000) Subject: add status info to list_pkgs call, RT#13656 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d0a2c13f9f92542d5b452dbe8a4dc0c2f621a667 add status info to list_pkgs call, RT#13656 --- diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index 4b77ea5db..a1fd4b36e 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -1065,7 +1065,7 @@ sub list_pkgs { my $primary_cust_svc = $_->primary_cust_svc; +{ $_->hash, $_->part_pkg->hash, - #status => $_->status, + status => $_->status, part_svc => [ map $_->hashref, $_->available_part_svc ], cust_svc =>