summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-01-29 20:24:46 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-01-29 20:24:46 -0600
commit9db332d80967969856c5b5fe8b6ac91304734b04 (patch)
treebf688a2a3dbfa31502de4a11a338712901430559 /httemplate/edit/process
parent49432ea28e2f6b274d614b8317fc18c423211e4f (diff)
RT#39831 Quotation extra information for line items
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/quotation_pkg_detail.html5
1 files changed, 4 insertions, 1 deletions
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' : ''
+ );
</%init>