Bug 22729: (RM follow-up) Correct column in schema addition
[koha-equinox.git] / Koha / Schema / Result / Borrower.pm
index 0bc8b50..7000711 100644 (file)
@@ -1539,7 +1539,7 @@ __PACKAGE__->belongs_to(
 );
 
 __PACKAGE__->add_columns(
-    '+flgAnonymized' => { is_boolean => 1 },
+    '+anonymized' => { is_boolean => 1 },
     '+lost'          => { is_boolean => 1 },
     '+gonenoaddress' => { is_boolean => 1 }
 );