]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Form.pm
Individuelle Lieferadresse hinzufügen: cp_gender nicht auf leer prüfen …
[kivitendo-erp.git] / SL / Form.pm
index 7414cdb4c3fcf9e3ff52264ec658b6cd6a5699d1..e5b1e745906d36873c7973d646a3a89c905a3f5f 100644 (file)
@@ -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->{"shipto$item"}) {
       $shipto = 1 if ($self->{$item} ne $self->{"shipto$item"});
     }