mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
fix: type hint in stock module
This commit is contained in:
@@ -96,7 +96,7 @@ def get_stock_value_on(
|
|||||||
@frappe.whitelist()
|
@frappe.whitelist()
|
||||||
def get_stock_balance(
|
def get_stock_balance(
|
||||||
item_code: str,
|
item_code: str,
|
||||||
warehouse: str,
|
warehouse: str | None,
|
||||||
posting_date: DateTimeLikeObject | None = None,
|
posting_date: DateTimeLikeObject | None = None,
|
||||||
posting_time: DateTimeLikeObject | datetime.timedelta | None = None,
|
posting_time: DateTimeLikeObject | datetime.timedelta | None = None,
|
||||||
with_valuation_rate: bool = False,
|
with_valuation_rate: bool = False,
|
||||||
|
|||||||
Reference in New Issue
Block a user