mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Fixed #11, update esx_property too!
This commit is contained in:
+2
-1
@@ -56,7 +56,8 @@ ESX.RegisterServerCallback('esx_realestateagentjob:getCustomers', function(sourc
|
||||
propertyRented = properties[i].rented,
|
||||
propertyId = properties[i].id,
|
||||
propertyPrice = properties[i].price,
|
||||
propertyName = properties[i].name
|
||||
propertyName = properties[i].name,
|
||||
propertyLabel = properties[i].label
|
||||
})
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user