2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Added page action to process pending shipments

This commit is contained in:
Maksim Stojkovic
2022-05-21 01:05:54 +10:00
parent 3eb4898019
commit c38862b28c
2 changed files with 98 additions and 2 deletions

View File

@ -226,7 +226,7 @@ $("#edit-order").click(function() {
$("#complete-order-shipments").click(function() {
completeShipments(
completePendingShipments(
{{ order.pk }},
{
reload: true,