mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037
This commit is contained in:
		| @@ -791,6 +791,13 @@ class InvenTreeSetting(BaseInvenTreeSetting): | ||||
|             'validator': InvenTree.validators.validate_part_name_format | ||||
|         }, | ||||
|  | ||||
|         'REPORT_ENABLE': { | ||||
|             'name': _('Enable Reports'), | ||||
|             'description': _('Enable generation of reports'), | ||||
|             'default': False, | ||||
|             'validator': bool, | ||||
|         }, | ||||
|  | ||||
|         'REPORT_DEBUG_MODE': { | ||||
|             'name': _('Debug Mode'), | ||||
|             'description': _('Generate reports in debug mode (HTML output)'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user