summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI/MasonComponent.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-11-21 03:19:16 +0000
committerivan <ivan>2011-11-21 03:19:16 +0000
commit1837a607852ba3375b02d5f676f24279be655ead (patch)
tree38b15f9b4cba39eba23cddc2549d26a3d3248fae /FS/FS/ClientAPI/MasonComponent.pm
parentfc79d7f819e620e47c9ab88d1ac77f5bd4e7a343 (diff)
fix 'Can't call method svcdb without a package or object reference' when ordering an additional package from self-service
Diffstat (limited to 'FS/FS/ClientAPI/MasonComponent.pm')
-rw-r--r--FS/FS/ClientAPI/MasonComponent.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI/MasonComponent.pm b/FS/FS/ClientAPI/MasonComponent.pm
index 20b4e5b..37cf7ef 100644
--- a/FS/FS/ClientAPI/MasonComponent.pm
+++ b/FS/FS/ClientAPI/MasonComponent.pm
@@ -74,6 +74,7 @@ my %session_callbacks = (
my %args = @$argsref;
$args{part_pkg} = \@part_pkg;
+ $args{first_svc} = \@first_svc;
@$argsref = ( %args );
return ''; #no error