summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/quotation_pkg_detail.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-01-29 20:24:46 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-01-30 16:03:22 -0600
commit54154157d137c102f0d6aea76fce7c7b6f9610ff (patch)
tree12fe29f658f55fe256a4c8f6e552f768682cf51e /httemplate/edit/process/quotation_pkg_detail.html
parent3c635a0ac2bf4c3f78044cd5e510e2d287f50389 (diff)
RT#39831 Quotation extra information for line items [v3 merge]
Diffstat (limited to 'httemplate/edit/process/quotation_pkg_detail.html')
-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>