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

(-)a/installer/data/mysql/updatedatabase.pl (-3 / +2 lines)
Lines 14438-14449 if( CheckVersion( $DBversion ) ) { Link Here
14438
    }
14438
    }
14439
14439
14440
    $dbh->do(q{
14440
    $dbh->do(q{
14441
        INSERT INTO letter (module, code, name, title, content, message_transport_type) VALUES ('circulation', 'AUTO_RENEWALS', 'notification on auto renewing', 'Auto renewals',
14441
        INSERT INTO letter (module, code, name, title, content, message_transport_type) VALUES ('circulation', 'AUTO_RENEWALS', 'Notification on automatic renewal', 'Auto renewals',
14442
"Dear [% borrower.firstname %] [% borrower.surname %],
14442
"Dear [% borrower.firstname %] [% borrower.surname %],
14443
[% IF checkout.auto_renew_error %]
14443
[% IF checkout.auto_renew_error %]
14444
The following item [% biblio.title %] has not been correctly renewed
14444
The following item [% biblio.title %] has not been correctly renewed
14445
[% IF checkout.auto_renew_error == 'too_many' %]
14445
[% IF checkout.auto_renew_error == 'too_many' %]
14446
You have reach the maximum of checkouts possible.
14446
You have reached the maximum of checkouts possible.
14447
[% ELSIF checkout.auto_renew_error == 'on_reserve' %]
14447
[% ELSIF checkout.auto_renew_error == 'on_reserve' %]
14448
This item is on hold for another patron.
14448
This item is on hold for another patron.
14449
[% ELSIF checkout.auto_renew_error == 'restriction' %]
14449
[% ELSIF checkout.auto_renew_error == 'restriction' %]
14450
- 

Return to bug 24378