Moved flags like ignore_mandatory, ignore_validate etc to doc.flags
diff --git a/erpnext/startup/boot.py b/erpnext/startup/boot.py
index c7acba7..f96d9e1 100644
--- a/erpnext/startup/boot.py
+++ b/erpnext/startup/boot.py
@@ -9,6 +9,8 @@
 	"""boot session - send website info if guest"""
 	import frappe
 
+	print "erpnext boot session"
+
 	bootinfo.custom_css = frappe.db.get_value('Style Settings', None, 'custom_css') or ''
 	bootinfo.website_settings = frappe.get_doc('Website Settings')