diff options
| author | ivan <ivan> | 2011-12-13 05:10:23 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-12-13 05:10:23 +0000 |
| commit | b429a422185206c645c84ec1c3540494d336b943 (patch) | |
| tree | b08fba0581e3569b2cf1e9bce5a8172c6921497c /httemplate/view/cust_main/packages/section.html | |
| parent | b0329dafd35e0296ec61fef4c35a687ff8866764 (diff) | |
add latitude/longitude to prospects, customers and package locations, RT#15539
Diffstat (limited to 'httemplate/view/cust_main/packages/section.html')
| -rwxr-xr-x | httemplate/view/cust_main/packages/section.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/httemplate/view/cust_main/packages/section.html b/httemplate/view/cust_main/packages/section.html index 20c998880..85f0c795a 100755 --- a/httemplate/view/cust_main/packages/section.html +++ b/httemplate/view/cust_main/packages/section.html @@ -23,9 +23,10 @@ % } % % my %iopt = ( -% 'bgcolor' => $bgcolor, -% 'cust_pkg' => $cust_pkg, -% 'part_pkg' => $cust_pkg->part_pkg, +% 'bgcolor' => $bgcolor, +% 'cust_pkg' => $cust_pkg, +% 'part_pkg' => $cust_pkg->part_pkg, +% 'cust_main' => $opt{'cust_main'}, % %conf_opt, % ); % |
