9 lines
		
	
	
		
			167 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			167 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from __future__ import unicode_literals
 | |
| 
 | |
| import frappe
 | |
| 
 | |
| def get_context(context=None):
 | |
| 	pass
 | |
| 
 | |
| def has_website_permission(doc, ptype, user, verbose=False):
 | |
| 	return True |