fix: completed transactions showing in the list (#47374)

This commit is contained in:
rohitwaghchaure
2025-05-02 15:23:15 +05:30
committed by GitHub
parent 13a84e7f82
commit 97db9da10e

View File

@@ -462,6 +462,7 @@ frappe.ui.form.on("Stock Entry", {
docstatus: 1,
purpose: "Material Transfer",
add_to_transit: 1,
per_transferred: ["<", 100],
},
});
},