This commit is contained in:
@@ -173,6 +173,8 @@ PO UI for items:
|
|||||||
|
|
||||||
|
|
||||||
PO todo
|
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 duplicate route
|
||||||
todo: test inventory affecting ops
|
todo: test inventory affecting ops
|
||||||
|
|||||||
@@ -1242,7 +1242,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
//Navigate to new record
|
//Navigate to new record
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: "project-edit",
|
name: "inv-purchase-order",
|
||||||
params: {
|
params: {
|
||||||
recordid: res.data.id,
|
recordid: res.data.id,
|
||||||
obj: res.data // Pass data object to new form
|
obj: res.data // Pass data object to new form
|
||||||
|
|||||||
Reference in New Issue
Block a user