mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 03:56:43 +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…
x
Reference in New Issue
Block a user