X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FClientAPI%2FMasonComponent.pm;h=c4094ffe069216ab5228ccc844fffc62c020a531;hb=8cc50a2ad12ec3d5bd3f31db741290664064ef06;hp=c72d26879c973ac2f394d2e255ff45b294668e3e;hpb=45346fd655ba53b82c80b920da945cc0b87ece01;p=freeside.git diff --git a/FS/FS/ClientAPI/MasonComponent.pm b/FS/FS/ClientAPI/MasonComponent.pm index c72d26879..c4094ffe0 100644 --- a/FS/FS/ClientAPI/MasonComponent.pm +++ b/FS/FS/ClientAPI/MasonComponent.pm @@ -53,9 +53,10 @@ my %session_callbacks = ( my %args = @$argsref; %args = ( %args, - 'process-pkgpart' => scalar($conf->config('selfservice_process-pkgpart')), + 'process-pkgpart' => + scalar($conf->config('selfservice_process-pkgpart', $cust_main->agentnum)), 'process-display' => scalar($conf->config('selfservice_process-display')), - 'process-skip-first' => $conf->exists('selfservice_process-skip_first'), + 'process-skip_first' => $conf->exists('selfservice_process-skip_first'), 'num_payments' => scalar($cust_main->cust_pay), 'surcharge_percentage' => scalar($conf->config('credit-card-surcharge-percentage')), );