Ignore:
Timestamp:
2008/01/17 16:22:18 (18 years ago)
Author:
satou
Message:

#223 携帯サイトの注文完了メールがPC版テンプレになるバグを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/install/sql/insert_data.sql

    r16977 r16985  
    606606INSERT INTO mtb_mail_template VALUES ('3', '取り寄せ確認メール',2); 
    607607INSERT INTO mtb_mail_tpl_path VALUES ('1', 'mail_templates/order_mail.tpl',0); 
    608 INSERT INTO mtb_mail_tpl_path VALUES ('2', 'mail_templates/order_mail.tpl',1); 
     608INSERT INTO mtb_mail_tpl_path VALUES ('2', 'mobile/mail_templates/order_mail.tpl',1); 
    609609INSERT INTO mtb_mail_tpl_path VALUES ('3', 'mail_templates/order_mail.tpl',2); 
    610610INSERT INTO mtb_mail_tpl_path VALUES ('4', 'mail_templates/contact_mail.tpl',3); 
Note: See TracChangeset for help on using the changeset viewer.