summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/packages/location.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-06-18 23:24:17 -0700
committerMark Wells <mark@freeside.biz>2013-06-18 23:24:17 -0700
commitd1ef14dc43b37960ce08aae9b795b593a24cdc15 (patch)
tree9a63fea063b10ee4759ea5fe2f97944bccf3eaf4 /httemplate/view/cust_main/packages/location.html
parent811e59bef46fb10d713f7ed5b81183ed1293072a (diff)
fix manual entry of census tract when editing location, #23643
Diffstat (limited to 'httemplate/view/cust_main/packages/location.html')
-rw-r--r--httemplate/view/cust_main/packages/location.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/location.html b/httemplate/view/cust_main/packages/location.html
index 470fad0f1..ab961b79e 100644
--- a/httemplate/view/cust_main/packages/location.html
+++ b/httemplate/view/cust_main/packages/location.html
@@ -65,6 +65,8 @@ sub pkg_change_location_link {
'label' => emt('Change location'),
'actionlabel' => emt('Change'),
'cust_pkg' => $cust_pkg,
+ 'width' => 763,
+ 'height' => 380,
);
}
@@ -74,7 +76,9 @@ sub edit_location_link {
'action' => $p. "edit/cust_location.cgi?locationnum=$locationnum",
'label' => emt('Edit location'),
'actionlabel' => emt('Edit'),
- );
+ 'width' => 700,
+ 'height' => 355,
+ );
}
</%init>