mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add actions to issue or cancel purchase orders (#313)
This commit is contained in:
parent
164295c3e2
commit
943104f20c
4 changed files with 99 additions and 1 deletions
|
|
@ -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": {},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue