2
0
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:
Oliver Walters
2019-06-10 22:43:09 +10:00
parent b8bcc5ce0c
commit c132f275f5
4 changed files with 28 additions and 42 deletions

View 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 %}