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:
@ -226,7 +226,7 @@ $("#edit-order").click(function() {
|
||||
|
||||
$("#complete-order-shipments").click(function() {
|
||||
|
||||
completeShipments(
|
||||
completePendingShipments(
|
||||
{{ order.pk }},
|
||||
{
|
||||
reload: true,
|
||||
|
Reference in New Issue
Block a user