mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 03:08:52 +00:00
Fix wrong variable name
This commit is contained in:
+1
-1
@@ -293,7 +293,7 @@ function OpenCustomersMenu()
|
||||
cols = {
|
||||
customers[i].name,
|
||||
customers[i].propertyName,
|
||||
(customers[i].rented and _U('rent') or _U('sell')),
|
||||
(customers[i].propertyRented and _U('rent') or _U('sell')),
|
||||
_U('contract')
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user