mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Bugfix for notes field
This commit is contained in:
parent
58a0f40889
commit
3e5dc65c49
@ -151,7 +151,7 @@ class StockAdjust(APIView):
|
||||
'quantity': quantity
|
||||
})
|
||||
|
||||
self.notes = str(request.POST.get('notes', ''))
|
||||
self.notes = str(request.data.get('notes', ''))
|
||||
|
||||
|
||||
class StockCount(StockAdjust):
|
||||
|
Loading…
Reference in New Issue
Block a user