mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
fix: completed transactions showing in the list (#47374)
This commit is contained in:
@@ -462,6 +462,7 @@ frappe.ui.form.on("Stock Entry", {
|
|||||||
docstatus: 1,
|
docstatus: 1,
|
||||||
purpose: "Material Transfer",
|
purpose: "Material Transfer",
|
||||||
add_to_transit: 1,
|
add_to_transit: 1,
|
||||||
|
per_transferred: ["<", 100],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user