X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpackages%2Fcontact.html;h=f47705c3d0fb0b03d714af7641ef45af40f82394;hb=de2d2fc7243b193e037e971c096a5030d71ff0c6;hp=a6f8a42732293b80c6b8c6a1f4f7f5480609038c;hpb=458154df5fb1ebf983458007e266da130b706ef7;p=freeside.git 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;