mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-21 10:19:57 +00:00
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com>
This commit is contained in:
@@ -1331,8 +1331,8 @@ def get_qty_net_of_returns(so_item) -> float:
|
|||||||
def make_sales_invoice(
|
def make_sales_invoice(
|
||||||
source_name: str,
|
source_name: str,
|
||||||
target_doc: str | dict | Document | None = None,
|
target_doc: str | dict | Document | None = None,
|
||||||
ignore_permissions: bool = False,
|
|
||||||
args: str | dict | None = None,
|
args: str | dict | None = None,
|
||||||
|
ignore_permissions: bool = False,
|
||||||
):
|
):
|
||||||
if args is None:
|
if args is None:
|
||||||
args = {}
|
args = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user