mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-18 10:57:56 +00:00
feat: stock reservation for production plan (#47373)
* feat: reservation for production plan * test: test case for serial/batch * feat: reserve & un-reserve options in the production plan
This commit is contained in:
@@ -109,6 +109,8 @@ def get_stock_balance(
|
||||
|
||||
from erpnext.stock.stock_ledger import get_previous_sle
|
||||
|
||||
frappe.has_permission("Item", "read")
|
||||
|
||||
if posting_date is None:
|
||||
posting_date = nowdate()
|
||||
if posting_time is None:
|
||||
|
||||
Reference in New Issue
Block a user