mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Split display of purchase orders by company view
This commit is contained in:
11
InvenTree/order/templates/order/po_table_collapse.html
Normal file
11
InvenTree/order/templates/order/po_table_collapse.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends "collapse.html" %}
|
||||
|
||||
{% load static %}
|
||||
|
||||
{% block collapse_title %}
|
||||
<h4>{{ title }}</h4>
|
||||
{% endblock %}
|
||||
|
||||
{% block collapse_content %}
|
||||
{% include "order/po_table.html" %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user