2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Sales order tables (#3225)

* Add buttons to expand / collapse shipment tables

(cherry picked from commit 0af9fc473e)

* Updates for sales order lines table

(cherry picked from commit d99ec062ad)
This commit is contained in:
Oliver
2022-06-18 22:22:00 +10:00
committed by GitHub
parent eb255e84d8
commit 652e6fb83e
5 changed files with 45 additions and 17 deletions

View File

@ -0,0 +1,5 @@
{% load i18n %}
<button id='{{ label }}-collapse' class='btn btn-outline-secondary' type='button' title='{% trans "Collapse all rows" %}'>
<span class='fas fa-compress'></span>
</button>