summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-12-31 17:33:05 -0800
committerMark Wells <mark@freeside.biz>2013-12-31 17:33:16 -0800
commit8caec1039528538d542a941d58374d6045415527 (patch)
treeccde08697718a8548a1b0df1ce51e7d09c9f4ba8 /httemplate/edit/process
parent20e5319c0f11a51b36c7badf577ddeb4484d678d (diff)
enable census tract lookup in package order/change and location edit, #26722
Diffstat (limited to 'httemplate/edit/process')
-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 0d571defd..96175e1e4 100644
--- a/httemplate/edit/process/change-cust_pkg.html
+++ b/httemplate/edit/process/change-cust_pkg.html
@@ -35,7 +35,7 @@ if ( $cgi->param('locationnum') == -1 ) {
my $cust_location = FS::cust_location->new({
'custnum' => $cust_pkg->custnum,
map { $_ => scalar($cgi->param($_)) }
- qw( address1 address2 city county state zip country )
+ FS::cust_main->location_fields
});
$change{'cust_location'} = $cust_location;
}