refactor(selling): reorder sales invoice mapper arguments (#58162)

This commit is contained in:
Mihir Kandoi
2026-08-14 14:36:37 +05:30
committed by GitHub
parent 3558ce3b59
commit 73957dc84b

View File

@@ -432,8 +432,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 = {}