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

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 22129-22135 if( CheckVersion( $DBversion ) ) { Link Here
22129
    });
22129
    });
22130
    $dbh->do(q{
22130
    $dbh->do(q{
22131
        UPDATE letter SET
22131
        UPDATE letter SET
22132
        content = REPLACE(content, "The following item [% biblio.title %] has correctly been renewed and is now due [% checkout.date_due %]", "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due as_due_date => 1 %]
22132
        content = REPLACE(content, "The following item [% biblio.title %] has correctly been renewed and is now due [% checkout.date_due %]", "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
22133
")
22133
")
22134
        WHERE code = 'AUTO_RENEWALS';
22134
        WHERE code = 'AUTO_RENEWALS';
22135
    });
22135
    });
22136
- 

Return to bug 28258