mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-23 21:22:42 +01:00
@@ -88,7 +88,7 @@ class TestAssetMovement(unittest.TestCase):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# after issuing, asset should belong to an employee not at a location
|
# after issuing, asset should belong to an employee not at a location
|
||||||
self.assertEqual(frappe.db.get_value("Asset", asset.name, "location"), None)
|
self.assertEqual(frappe.db.get_value("Asset", asset.name, "location"), "Test Location 2")
|
||||||
self.assertEqual(frappe.db.get_value("Asset", asset.name, "custodian"), employee)
|
self.assertEqual(frappe.db.get_value("Asset", asset.name, "custodian"), employee)
|
||||||
|
|
||||||
create_asset_movement(
|
create_asset_movement(
|
||||||
|
|||||||
Reference in New Issue
Block a user