mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-17 16:38:41 +00:00
refactor(selling): reorder sales invoice mapper arguments (#58162)
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user