add status info to list_pkgs call, RT#13656
authorivan <ivan>
Thu, 15 Sep 2011 21:41:27 +0000 (21:41 +0000)
committerivan <ivan>
Thu, 15 Sep 2011 21:41:27 +0000 (21:41 +0000)
FS/FS/ClientAPI/MyAccount.pm

index 4b77ea5..a1fd4b3 100644 (file)
@@ -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 =>