From 54154157d137c102f0d6aea76fce7c7b6f9610ff Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Fri, 29 Jan 2016 20:24:46 -0600 Subject: RT#39831 Quotation extra information for line items [v3 merge] --- httemplate/edit/process/quotation_pkg_detail.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'httemplate/edit/process/quotation_pkg_detail.html') 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' : '' + ); -- cgit v1.2.1