X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fsales.html;h=4befc02cc68962a4636967e13e24b9531de6bb94;hb=3ece1c396f23e04cd659f1085f6eeee8bdfd846f;hp=1bb1797dfeb63804e02f2ac4e443f6912305cb3d;hpb=dc797c21faf993cec12ae92c190043c4f8bb2ab2;p=freeside.git diff --git a/httemplate/edit/process/sales.html b/httemplate/edit/process/sales.html index 1bb1797df..4befc02cc 100644 --- a/httemplate/edit/process/sales.html +++ b/httemplate/edit/process/sales.html @@ -26,6 +26,7 @@ my $process_sales_pkg_class = sub { my $param = 'classnum'. $sales_pkg_class{classnum}; $sales_pkg_class->commission_percent( $cgi->param($param) ); + $sales_pkg_class->commission_duration( $cgi->param($param.'_duration') ); my $method = $sales_pkg_class->salespkgclassnum ? 'replace' : 'insert';