fix fallout from #22185 (#22601, #22600)
[freeside.git] / httemplate / view / cust_main / packages / contact.html
index a6f8a42..f47705c 100644 (file)
@@ -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;