X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fquotation_pkg_detail.html;fp=httemplate%2Fedit%2Fprocess%2Fquotation_pkg_detail.html;h=9e4ac3222aa101314f84eda2d930e676f1752f00;hp=2fc42028087176cea81fcaad05ba1d9684ab0552;hb=818ae79719404b6b7a665872e0f7b57a6716a193;hpb=b75eefd0de474bc68eb271e122f0895a78dabc28 diff --git a/httemplate/edit/process/quotation_pkg_detail.html b/httemplate/edit/process/quotation_pkg_detail.html index 2fc420280..9e4ac3222 100644 --- a/httemplate/edit/process/quotation_pkg_detail.html +++ b/httemplate/edit/process/quotation_pkg_detail.html @@ -40,6 +40,9 @@ for ( my $row = 0; exists($param->{"detail$row"}); $row++ ) { if $param->{"detail$row"} =~ /\S/; } -my $error = $quotation_pkg->set_details(@details); +my $error = $quotation_pkg->set_details( + details => \@details, + copy_on_order => scalar($cgi->param('copy_on_order')) ? 'Y' : '' + );