2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-16 01:08:12 +00:00

Consolidated form/view into single 'stock-adjust' endpoint

This commit is contained in:
Oliver Walters
2019-06-02 11:37:04 +10:00
parent fe31205017
commit c7503b4f9f
5 changed files with 29 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ class MoveStockItemForm(HelperForm):
'note'
]
class MoveMultipleStockItemsForm(forms.ModelForm):
class AdjustStockForm(forms.ModelForm):
def get_location_choices(self):
locs = StockLocation.objects.all()