Skip to content

Commit

Permalink
[#14882213] (fixup) Use British spelling of catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
ctfliblime committed Oct 25, 2011
1 parent 16f5b53 commit d25e847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/data/mysql/updatedatabase.pl
Expand Up @@ -4831,7 +4831,7 @@
INSERT INTO message_attributes (message_attribute_id, message_name, takes_days) VALUES (9, 'Offer Placed', 0), (10, 'Need Requested', 0);
/);
$dbh->do(qq/
INSERT INTO message_transports (message_attribute_id, message_transport_type, is_digest, letter_module, letter_code) VALUES (9, 'email', 1, 'catalog', 'OFFER'), (9, 'sms', 1, 'catalog', 'OFFER'), (10, 'email', 1, 'reserves', 'NEED'), (8, 'sms', 1, 'reserves', 'NEED');
INSERT INTO message_transports (message_attribute_id, message_transport_type, is_digest, letter_module, letter_code) VALUES (9, 'email', 1, 'catalogue', 'OFFER'), (9, 'sms', 1, 'catalogue', 'OFFER'), (10, 'email', 1, 'reserves', 'NEED'), (8, 'sms', 1, 'reserves', 'NEED');
/);
$dbh->do(qq/
INSERT INTO letter (module,code,name,title,content) VALUES ('catalogue','OFFER','Offer available','Offer available','The following item(s) have been offered.\r\n\r\n<<biblio.title>>\r\n\r\n');
Expand Down

0 comments on commit d25e847

Please sign in to comment.