2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Refactor allocation page(s)

- Also perform null check on notes before displaying
This commit is contained in:
Oliver
2021-07-15 16:53:14 +10:00
parent e38d740bbc
commit df89008116
8 changed files with 36 additions and 59 deletions

View File

@ -65,7 +65,9 @@
</div>
</div>
<div class='panel-content'>
{% if order.notes %}
{{ order.notes | markdownify }}
{% endif %}
</div>
</div>

View File

@ -64,7 +64,9 @@
</div>
</div>
<div class='panel-content'>
{% if order.notes %}
{{ order.notes | markdownify }}
{% endif %}
</div>
</div>