diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-05-01 15:09:18 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-05-01 15:09:18 -0400 |
| commit | afe6bb2515f2bde29a74c056221fd154dc10001f (patch) | |
| tree | fa1439b142649a2cf5ddb263b9250e054f9fef4e /FS | |
| parent | 512dd310b4095d5163913acaeb9a6df34d882f6f (diff) | |
RT#73993 - updated selfservice and ngselfservice to allow for the control of changes packages by agent.
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/ClientAPI/MasonComponent.pm | 2 | ||||
| -rw-r--r-- | FS/FS/Conf.pm | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/MasonComponent.pm b/FS/FS/ClientAPI/MasonComponent.pm index 3a4bfe133..d09d6da46 100644 --- a/FS/FS/ClientAPI/MasonComponent.pm +++ b/FS/FS/ClientAPI/MasonComponent.pm @@ -145,7 +145,7 @@ sub mason_comp { return { 'error' => 'Illegal component' }; } - my @args = $packet->{'args'} ? @{ $packet->{'args'} } : (); + my @args = $packet->{'args'} ? $packet->{'args'} : (); if ( $session_comps{$comp} ) { diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 714190a89..a53fedb8e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4821,6 +4821,7 @@ and customer address. Include units.', 'Change billing address', 'Change service address', 'Change payment information', + 'Change packages', 'Change password(s)', 'Logout', ], |
