Minor edits

This commit is contained in:
ElPumpo
2020-02-17 21:54:11 +01:00
parent c48849494d
commit c8625fad65
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ start esx_bankerjob
### License
esx_bankerjob - bank script
Copyright (C) 2015-2018 Jérémie N'gadi
Copyright (C) 2015-2020 Jérémie N'gadi
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
+2 -2
View File
@@ -26,8 +26,8 @@ end)
function OpenBankActionsMenu()
local elements = {
{ label = _U('customers'), value = 'customers' },
{ label = _U('billing'), value = 'billing' }
{label = _U('customers'), value = 'customers'},
{label = _U('billing'), value = 'billing'}
}
if ESX.PlayerData.job.grade_name == 'boss' then