mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	initial implementation as described in #1463
This commit is contained in:
		| @@ -58,6 +58,13 @@ class InvenTreeSetting(models.Model): | ||||
|             'description': _('String descriptor for the server instance'), | ||||
|         }, | ||||
|  | ||||
|         'INVENTREE_INSTANCE_TITLE': { | ||||
|             'name': _('Use Instance Name'), | ||||
|             'description': _('Use the instance name in the Titel-Bar'), | ||||
|             'validator': bool, | ||||
|             'default': False, | ||||
|         }, | ||||
|  | ||||
|         'INVENTREE_COMPANY_NAME': { | ||||
|             'name': _('Company name'), | ||||
|             'description': _('Internal company name'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user