Merge pull request #53695 from nishkagosalia/fix-type-hint-stock

This commit is contained in:
Nishka Gosalia
2026-03-23 15:01:43 +05:30
committed by GitHub

View File

@@ -96,7 +96,7 @@ def get_stock_value_on(
@frappe.whitelist()
def get_stock_balance(
item_code: str,
warehouse: str,
warehouse: str | None,
posting_date: DateTimeLikeObject | None = None,
posting_time: DateTimeLikeObject | datetime.timedelta | None = None,
with_valuation_rate: bool = False,