2019-01-22 12:52:20 +00:00
|
|
|
from __future__ import unicode_literals
|
2017-11-24 11:54:41 +00:00
|
|
|
import frappe
|
|
|
|
|
|
|
|
def get_context(context):
|
|
|
|
context.no_cache = True
|
|
|
|
chapter = frappe.get_doc('Chapter', frappe.form_dict.name)
|
|
|
|
context.member_deleted = True
|
|
|
|
context.chapter = chapter
|