Bug 6758: [QA Follow-up] Typo popular vs populate
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 4 Aug 2017 07:03:43 +0000 (09:03 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 19 Sep 2017 17:15:11 +0000 (14:15 -0300)
Typo popular resolved.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Koha/Patrons.t

index 7a9b9a5..d1c81fc 100644 (file)
@@ -267,7 +267,7 @@ subtest 'renew_account' => sub {
                 value  => {
                     dateexpiry   => $a_month_ago,
                     categorycode => $patron_category->{categorycode},
-                    date_renewed => undef, # Force builder to not popular the column for new patron
+                    date_renewed => undef, # Force builder to not populate the column for new patron
                 }
             }
         );