mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
fix(esx_society): invalid job bug
This commit is contained in:
@@ -310,6 +310,10 @@ end
|
||||
|
||||
function OpenManageSalaryMenu(society, options)
|
||||
ESX.TriggerServerCallback('esx_society:getJob', function(job)
|
||||
if not job then
|
||||
return
|
||||
end
|
||||
|
||||
local elements = {
|
||||
{unselectable = true, icon = "fas fa-wallet", title = TranslateCap('salary_management')}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user