bug 3464: Takes columns country and B_country of table borrowers into account in...
[koha.git] / members / mancredit.pl
index 5a7ec1d..c2b49bd 100755 (executable)
@@ -81,6 +81,7 @@ if ($add){
                    address2 => $data->{'address2'},
                    city => $data->{'city'},
                    zipcode => $data->{'zipcode'},
+                   country => $data->{'country'},
                    phone => $data->{'phone'},
                    email => $data->{'email'},
                    branchcode => $data->{'branchcode'},