2019-01-22 18:22:20 +05:30
|
|
|
from __future__ import unicode_literals
|
2017-11-24 17:24:41 +05:30
|
|
|
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
|