diff options
author | Mark Wells <mark@freeside.biz> | 2013-05-28 17:18:46 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-05-28 17:18:46 -0700 |
commit | 8f8283f365995ff83040ee6b62920dd0149c1eac (patch) | |
tree | 55d45dc40d2402ad4139083084dc50e3297128b6 /httemplate/edit | |
parent | 376c002c0e68282aa4365e69581bd1e8b2b0d0b6 (diff) |
fix some problems with ordering packages on alt. locations, #23189, #940
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/process/quick-cust_pkg.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
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 ); |