Fix wrong variable name

This commit is contained in:
Jérémie N'gadi
2017-08-24 09:15:13 +02:00
parent b0a9ce9cad
commit 3549c6d7e4
+1 -1
View File
@@ -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')
}
})