summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-04-17 09:41:30 -0700
committerIvan Kohler <ivan@freeside.biz>2013-04-17 09:41:30 -0700
commitde2d2fc7243b193e037e971c096a5030d71ff0c6 (patch)
treedc236c3abefc4d87ee92aefc8edbbd8b23ac1138 /httemplate/view
parent458154df5fb1ebf983458007e266da130b706ef7 (diff)
fix fallout from #22185 (#22601, #22600)
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/packages/contact.html2
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 a6f8a4273..f47705c3d 100644
--- a/httemplate/view/cust_main/packages/contact.html
+++ b/httemplate/view/cust_main/packages/contact.html
@@ -22,7 +22,7 @@ my %opt = @_;
my $cust_pkg = $opt{'cust_pkg'};
-my $contact = $cust_pkg->contact;
+my $contact = $cust_pkg->contact_obj;
sub pkg_change_contact_link {
my $cust_pkg = shift;