mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-18 06:15:10 +00:00
* fix: completed transactions showing in the list (#47374)
(cherry picked from commit 97db9da10e)
# Conflicts:
# erpnext/stock/doctype/stock_entry/stock_entry.js
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
@@ -364,6 +364,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],
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}, __("Get Items From"));
|
}, __("Get Items From"));
|
||||||
|
|||||||
Reference in New Issue
Block a user