mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
Add actions to issue or cancel purchase orders (#313)
This commit is contained in:
@ -156,6 +156,9 @@
|
||||
"description": "Cancel"
|
||||
},
|
||||
|
||||
"cancelOrder": "Cancel Order",
|
||||
"@cancelOrder": {},
|
||||
|
||||
"category": "Category",
|
||||
"@category": {},
|
||||
|
||||
@ -479,9 +482,15 @@
|
||||
"invalidUsernamePassword": "Invalid username / password combination",
|
||||
"@invalidUsernamePassword": {},
|
||||
|
||||
"issue": "Issue",
|
||||
"@issue": {},
|
||||
|
||||
"issueDate": "Issue Date",
|
||||
"@issueDate": {},
|
||||
|
||||
"issueOrder": "Issue Order",
|
||||
"@issueOrder": {},
|
||||
|
||||
"itemInLocation": "Item already in location",
|
||||
"@itemInLocation": {},
|
||||
|
||||
|
Reference in New Issue
Block a user