fix: get items from sales order in sales invoice (#58163)

This commit is contained in:
Mihir Kandoi
2026-08-14 14:50:10 +05:30
committed by GitHub
parent f8c3270049
commit 0255314ea7

View File

@@ -1331,8 +1331,8 @@ def get_qty_net_of_returns(so_item) -> float:
def make_sales_invoice(
source_name: str,
target_doc: str | dict | Document | None = None,
ignore_permissions: bool = False,
args: str | dict | None = None,
ignore_permissions: bool = False,
):
if args is None:
args = {}