Bug 24476: Rename autorenewal to autorenew_checkouts
[koha.git] / Koha / Patron.pm
index 331d7b9..b879286 100644 (file)
@@ -1671,7 +1671,7 @@ sub to_api_mapping {
         smsalertnumber      => 'sms_number',
         sort1               => 'statistics_1',
         sort2               => 'statistics_2',
-        autorenewal         => 'autorenewal',
+        autorenew_checkouts => 'autorenew_checkouts',
         streetnumber        => 'street_number',
         streettype          => 'street_type',
         zipcode             => 'postal_code',