This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user