diff options
author | Mark Wells <mark@freeside.biz> | 2013-04-16 22:46:33 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-04-16 22:46:33 -0700 |
commit | 7ce77a80cf98d1b97e8bcd942d03905902b9d653 (patch) | |
tree | b12ad842eb6054e10dd30ccbe1b3b3251e9ff3a8 /httemplate | |
parent | 70703cceac85b646d72db2f71f82ca35f7a517dc (diff) |
fix method name conflict
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/cust_main/packages/contact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/contact.html b/httemplate/view/cust_main/packages/contact.html index 87a7b02bd..bb9453470 100644 --- a/httemplate/view/cust_main/packages/contact.html +++ b/httemplate/view/cust_main/packages/contact.html @@ -20,7 +20,7 @@ my %opt = @_; my $cust_pkg = $opt{'cust_pkg'}; -my $contact = $cust_pkg->contact; +my $contact = $cust_pkg->pkg_contact; sub pkg_change_contact_link { my $cust_pkg = shift; |