Merge pull request #50474 from frappe/version-14-hotfix

This commit is contained in:
Diptanil Saha
2025-11-11 20:11:02 +05:30
committed by GitHub

View File

@@ -313,6 +313,7 @@ class Asset(AccountsController):
"asset_name": self.asset_name, "asset_name": self.asset_name,
"target_location": self.location, "target_location": self.location,
"to_employee": self.custodian, "to_employee": self.custodian,
"company": self.company,
} }
] ]
asset_movement = frappe.get_doc( asset_movement = frappe.get_doc(