Fixed #11, update esx_property too!

This commit is contained in:
ElPumpo
2018-11-07 21:30:30 +01:00
parent 53e0ac9a20
commit 6633258f77
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ function OpenRealestateAgentMenu()
OpenCustomersMenu()
elseif data.current.value == 'boss_actions' then
TriggerEvent('esx_society:openBossMenu', 'realestateagent', function(data, menu)
menu.close()
menu.close()
end)
end
@@ -183,7 +183,7 @@ function OpenCustomersMenu()
data = customers[i],
cols = {
customers[i].name,
customers[i].propertyName,
customers[i].propertyLabel,
(customers[i].propertyRented and _U('rent') or _U('sell')),
_U('contract')
}