View | Details | Raw Unified | Return to bug 18532
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug-18532.perl (-4 / +1 lines)
Lines 52-58 if( CheckVersion( $DBversion ) ) { Link Here
52
         VALUES ('AutoRenewalNotices','cron','cron|preferences|never','How should Koha determine whether to end autorenewal notices','Choice')
52
         VALUES ('AutoRenewalNotices','cron','cron|preferences|never','How should Koha determine whether to end autorenewal notices','Choice')
53
     });
53
     });
54
54
55
    # Always end with this (adjust the bug info)
55
    NewVersion( $DBversion, 18532, 'Messaging preferences for auto renewals' );
56
    SetVersion( $DBversion );
57
    print "Upgrade to $DBversion done (Bug 18532 - Add AUTO_RENEWALS in message_attributes and add AUTO_RENEWALS_DGST letter)\n";
58
}
56
}
59
- 

Return to bug 18532