mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Bugfix for notes field
This commit is contained in:
@ -151,7 +151,7 @@ class StockAdjust(APIView):
|
|||||||
'quantity': quantity
|
'quantity': quantity
|
||||||
})
|
})
|
||||||
|
|
||||||
self.notes = str(request.POST.get('notes', ''))
|
self.notes = str(request.data.get('notes', ''))
|
||||||
|
|
||||||
|
|
||||||
class StockCount(StockAdjust):
|
class StockCount(StockAdjust):
|
||||||
|
Reference in New Issue
Block a user