restore duplicate customer checking with 3.x locations, #16582
[freeside.git] / FS / FS / cust_main.pm
index ec13cb9..b3cbb42 100644 (file)
@@ -4075,6 +4075,16 @@ sub ship_contact_firstlast {
 #  code2country($self->country);
 #}
 
+sub bill_country_full {
+  my $self = shift;
+  code2country($self->bill_location->country);
+}
+
+sub ship_country_full {
+  my $self = shift;
+  code2country($self->ship_location->country);
+}
+
 =item county_state_county [ PREFIX ]
 
 Returns a string consisting of just the county, state and country.