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

(-)a/installer/data/mysql/atomicupdate/bug_14364.pl (-2 / +1 lines)
Lines 15-21 return { Link Here
15
15
16
        $dbh->do(q{
16
        $dbh->do(q{
17
        INSERT IGNORE INTO letter(module,code,branchcode,name,is_html,title,content,message_transport_type)
17
        INSERT IGNORE INTO letter(module,code,branchcode,name,is_html,title,content,message_transport_type)
18
        VALUES ( 'reserves', 'HOLD_CHANGED', '', 'Canceled hold available for different patron', '0', 'Canceled Hold Available for Different Patron', 'The patron picking up <<biblio.title>> (<<items.barcode>>) has changed to <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>).
18
        VALUES ( 'reserves', 'HOLD_CHANGED', '', 'Canceled hold available for different patron', '0', 'Canceled hold available for different patron', 'The patron picking up <<biblio.title>> (<<items.barcode>>) has changed to <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>).
19
19
20
Please update the hold information for this item.
20
Please update the hold information for this item.
21
21
22
- 

Return to bug 14364