mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	add additional template
This commit is contained in:
		| @@ -265,6 +265,13 @@ class LabelConfig(AppConfig): | ||||
|                 'width': 70, | ||||
|                 'height': 24, | ||||
|             }, | ||||
|             { | ||||
|                 'file': 'part_label_code128.html', | ||||
|                 'name': 'Barcode Part Label', | ||||
|                 'description': 'Simple part label with Code128 barcode', | ||||
|                 'width': 70, | ||||
|                 'height': 24, | ||||
|             }, | ||||
|         ] | ||||
|  | ||||
|         for label in labels: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user