fix: Missing args while fetching items from delivery note

(cherry picked from commit bbe323fbb4)
This commit is contained in:
Nabin Hait
2024-04-22 16:28:31 +05:30
committed by Mergify
parent c71d1118a9
commit 0df80ad923
2 changed files with 9 additions and 6 deletions

View File

@@ -772,7 +772,7 @@ def make_delivery_trip(source_name, target_doc=None):
@frappe.whitelist()
def make_installation_note(source_name, target_doc=None):
def make_installation_note(source_name, target_doc=None, kwargs=None):
def update_item(obj, target, source_parent):
target.qty = flt(obj.qty) - flt(obj.installed_qty)
target.serial_no = obj.serial_no