mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Fix templated string
This commit is contained in:
		| @@ -192,7 +192,7 @@ function renderPart(name, data, parameters={}, options={}) { | ||||
|         <small> | ||||
|             ${stock_data} | ||||
|             ${extra} | ||||
|             ${renderId('{% trans "Part ID" $}', data.pk, parameters)} | ||||
|             ${renderId('{% trans "Part ID" %}', data.pk, parameters)} | ||||
|             </small> | ||||
|     </span>`; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user