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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user