mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 20:11:37 +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