Sfoglia il codice sorgente

[patch] Set Email Group based on Newsletter list value

version-14
Nabin Hait 9 anni fa
parent
commit
dd9131b8ab
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      frappe/patches.txt

+ 1
- 0
frappe/patches.txt Vedi File

@@ -135,3 +135,4 @@ execute:frappe.db.sql("delete from `tabWeb Page` where ifnull(template_path, '')
frappe.patches.v7_0.re_route #2016-06-27
frappe.patches.v7_0.rename_newsletter_list_to_email_group
frappe.patches.v7_0.replace_upgrade_link_limit
execute:frappe.db.sql("update `tabEmail Group Member` set email_group = newsletter_list where email_group is null or email_group = ''")

Caricamento…
Annulla
Salva