This commit is contained in:
2021-02-24 17:45:46 +00:00
parent 00202044bb
commit 856c4a0b44
2 changed files with 3 additions and 1 deletions

View File

@@ -173,6 +173,8 @@ PO UI for items:
PO todo
todo: update received cost from part cost if there is no received cost set yet and partcost is nonzero
todo: button to set part price from received cost
todo: test duplicate route
todo: test inventory affecting ops

View File

@@ -1242,7 +1242,7 @@ export default {
} else {
//Navigate to new record
this.$router.push({
name: "project-edit",
name: "inv-purchase-order",
params: {
recordid: res.data.id,
obj: res.data // Pass data object to new form