<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff --git a/SL/Form.pm b/SL/Form.pm
index 7414cdb4c..e5b1e7459 100644
--- a/SL/Form.pm
+++ b/SL/Form.pm
@@ -1872,7 +1872,7 @@ sub add_shipto {
   my @values;
 
   foreach my $item (qw(name department_1 department_2 street zipcode city country gln
-                       contact cp_gender phone fax email)) {
+                       contact phone fax email)) {
     if ($self-&gt;{"shipto$item"}) {
       $shipto = 1 if ($self-&gt;{$item} ne $self-&gt;{"shipto$item"});
     }
</pre></body></html>