2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-02 07:44:35 +00:00

Merge pull request #1489 from eeintech/stock_fixes

Stock return to customer fix
This commit is contained in:
Oliver
2021-04-20 07:38:32 +10:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -634,6 +634,7 @@ class StockItem(MPTTModel):
self.customer = None
self.location = location
self.sales_order = None
self.save()
@@ -30,7 +30,7 @@
loadStockTable($("#stock-table"), {
params: {
location_detail: true,
part_details: true,
part_detail: false,
ancestor: {{ item.id }},
},
name: 'item-childs',