Added modifications required to the systempreferences table by the new
[koha.git] / newmember.pl
index cc0d4e2..d600f32 100755 (executable)
@@ -169,11 +169,13 @@ if ($ok == 0) {
                     sex => $sex,
                     postal => $postal,
                     home => $home,
+                       zipcode => $data{'zipcode'},
+                       homezipcode => $data{'homezipcode'},
                     phone => $data{'phone'},
                     phoneday => $data{'phoneday'},
                     faxnumber => $data{'faxnumber'},
                     emailaddress => $data{'emailaddress'},
-                     textmessaging => $data{'textmessaging'},
+                       textmessaging => $data{'textmessaging'},
                     contactname => $data{'contactname'},
                     altphone => $data{'altphone'},
                     altrelationship => $data{'altrelationship'},