2017-11-24 11:54:41 +00:00
|
|
|
import frappe
|
|
|
|
|
2021-09-02 11:14:59 +00:00
|
|
|
|
2017-11-24 11:54:41 +00:00
|
|
|
def get_context(context):
|
|
|
|
context.no_cache = True
|
|
|
|
chapter = frappe.get_doc('Chapter', frappe.form_dict.name)
|
|
|
|
context.member_deleted = True
|
|
|
|
context.chapter = chapter
|