mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 05:32:46 +01:00
fix: completed transactions showing in the list (#47374)
(cherry picked from commit 97db9da10e)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
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