summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/change-cust_pkg.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-08-09 13:36:43 -0700
committerMark Wells <mark@freeside.biz>2013-08-09 13:36:43 -0700
commit98ea745e4b55a38ad8b5ba3749c56327d641d65d (patch)
treee7a1f0a2c4e3bc6c77f111c67f7994a6b61b1714 /httemplate/edit/process/change-cust_pkg.html
parent2a49a712c97e5b5a012a91ff4bc2c0518c2af6d6 (diff)
preserve quantity when changing package type/location, #24259
Diffstat (limited to 'httemplate/edit/process/change-cust_pkg.html')
-rw-r--r--httemplate/edit/process/change-cust_pkg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/change-cust_pkg.html b/httemplate/edit/process/change-cust_pkg.html
index 9d06d8e1a..0d571defd 100644
--- a/httemplate/edit/process/change-cust_pkg.html
+++ b/httemplate/edit/process/change-cust_pkg.html
@@ -27,7 +27,7 @@ my $cust_pkg = qsearchs({
die 'unknown pkgnum' unless $cust_pkg;
my %change = map { $_ => scalar($cgi->param($_)) }
- qw( locationnum pkgpart );
+ qw( locationnum pkgpart quantity );
$change{'keep_dates'} = 1;