From 8f8283f365995ff83040ee6b62920dd0149c1eac Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 28 May 2013 17:18:46 -0700 Subject: fix some problems with ordering packages on alt. locations, #23189, #940 --- httemplate/edit/process/quick-cust_pkg.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/edit/process/quick-cust_pkg.cgi') diff --git a/httemplate/edit/process/quick-cust_pkg.cgi b/httemplate/edit/process/quick-cust_pkg.cgi index 14dbda166..fe5ee5e9e 100644 --- a/httemplate/edit/process/quick-cust_pkg.cgi +++ b/httemplate/edit/process/quick-cust_pkg.cgi @@ -160,6 +160,8 @@ if ( $quotationnum ) { ('custnum', FS::cust_main->location_fields) }); $opt{'cust_location'} = $cust_location; + } else { + $opt{'locationnum'} = $locationnum; } $error = $cust_main->order_pkg( \%opt ); -- cgit v1.2.1