Add support for "missing" credit in mobile receiving
This commit is contained in:
parent
12e4779093
commit
4e2125d613
2 changed files with 3 additions and 2 deletions
|
@ -52,6 +52,7 @@ class ReceiveRow(colander.MappingSchema):
|
|||
'received',
|
||||
'damaged',
|
||||
'expired',
|
||||
'missing',
|
||||
# 'mispick',
|
||||
]))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue