diff options
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; |