diff options
| author | Mark Wells <mark@freeside.biz> | 2013-06-18 23:20:58 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-06-18 23:20:58 -0700 |
| commit | 88c86b2900f92ebf3a95f8b2b01985ccee290673 (patch) | |
| tree | b3e437d3dc2e2cfd9f6f2fc1f8e01170ba862b6f /httemplate/view | |
| parent | e0a26e8978af2c77bdcaf2b491ee5c731285563d (diff) | |
fix manual entry of census tract when editing location, #23643
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/cust_main/packages/location.html | 6 | ||||
| -rw-r--r-- | httemplate/view/cust_main/packages/package.html | 4 |
2 files changed, 9 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> diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html index 5b9c53012..f979fb475 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -270,6 +270,8 @@ sub pkg_change_link { 'label' => emt('Change package'), 'actionlabel' => emt('Change'), 'cust_pkg' => $cust_pkg, + 'width' => 763, + 'height' => 380, ); } @@ -283,6 +285,8 @@ sub pkg_change_location_link { 'label' => emt('Change location'), 'actionlabel' => emt('Change'), 'cust_pkg' => $cust_pkg, + 'width' => 763, + 'height' => 380, ); } |
