From 5af515ac6bdc6ff88860c618207660eac48c276a Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 21 Nov 2011 03:19:17 +0000 Subject: [PATCH] fix 'Can't call method svcdb without a package or object reference' when ordering an additional package from self-service --- FS/FS/ClientAPI/MasonComponent.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/ClientAPI/MasonComponent.pm b/FS/FS/ClientAPI/MasonComponent.pm index 20b4e5bdb..37cf7ef20 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 -- 2.11.0