diff options
| author | ivan <ivan> | 2011-11-21 03:19:17 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2011-11-21 03:19:17 +0000 | 
| commit | 5af515ac6bdc6ff88860c618207660eac48c276a (patch) | |
| tree | 6762a748b49152a87bea4ceb14056ae77f0f0613 | |
| parent | b94d07bde072cb0055d1a3c2d900234af952d3fb (diff) | |
fix 'Can't call method svcdb without a package or object reference' when ordering an additional package from self-service
| -rw-r--r-- | FS/FS/ClientAPI/MasonComponent.pm | 1 | 
1 files changed, 1 insertions, 0 deletions
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  | 
