fix: remove dummy data

This commit is contained in:
Summayya
2021-08-18 19:40:35 +05:30
parent 7c3189e273
commit 7e5e167eec
3 changed files with 28 additions and 5 deletions

View File

@@ -7,5 +7,4 @@ from frappe.model.document import Document
class SpeakerRegistration(Document):
def on_update(self):
abc = frappe.get_doc("Speaker Registration", 'SPEAKER-REGIS0001')
print(type(abc))
pass

View File

@@ -18,7 +18,7 @@
"is_standard": 1,
"login_required": 1,
"max_attachment_size": 0,
"modified": "2021-08-17 11:51:11.852518",
"modified": "2021-08-18 14:54:32.498739",
"modified_by": "Administrator",
"module": "Event Management",
"name": "speaker-registration",
@@ -26,12 +26,12 @@
"payment_button_label": "Buy Now",
"published": 1,
"route": "event/conference2021/speaker-registration",
"route_to_success_link": 0,
"route_to_success_link": 1,
"show_attachments": 0,
"show_in_grid": 0,
"show_sidebar": 0,
"sidebar_items": [],
"success_url": "/speaker-registration",
"success_url": "/event/conference2021/about",
"title": "Speaker Registration",
"web_form_fields": [
{

View File

@@ -0,0 +1,24 @@
{
"category": "Modules",
"charts": [],
"creation": "2021-08-18 14:34:20.684507",
"developer_mode_only": 0,
"disable_user_customization": 0,
"docstatus": 0,
"doctype": "Workspace",
"extends_another_page": 1,
"hide_custom": 0,
"idx": 0,
"is_default": 1,
"is_standard": 1,
"label": "Event",
"links": [],
"modified": "2021-08-18 14:35:28.916629",
"modified_by": "Administrator",
"module": "Event Management",
"name": "Event",
"owner": "Administrator",
"pin_to_bottom": 0,
"pin_to_top": 0,
"shortcuts": []
}