From 2e9b97a7492a06855cc55a65f4df7b14607a0db9 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 15 Sep 2011 21:41:28 +0000 Subject: [PATCH] add status info to list_pkgs call, RT#13656 --- FS/FS/ClientAPI/MyAccount.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => -- 2.11.0