mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Merge pull request #1066 from eeintech/fix_part_null_notes_template
Fixed Part notes template (check for NULL value before mardown render)
This commit is contained in:
		| @@ -37,7 +37,9 @@ | |||||||
| <hr> | <hr> | ||||||
| <div class='panel panel-default'> | <div class='panel panel-default'> | ||||||
|     <div class='panel-content'> |     <div class='panel-content'> | ||||||
|  |         {% if part.notes %} | ||||||
|         {{ part.notes | markdownify }} |         {{ part.notes | markdownify }} | ||||||
|  |         {% endif %} | ||||||
|     </div> |     </div> | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user