mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-05 10:17:30 +01:00
fix: compatibilità modulo gestione sms
This commit is contained in:
parent
4b12da8a7b
commit
a9a2acffcd
@ -129,7 +129,7 @@ class ButtonManager implements ManagerInterface
|
||||
$query->orderBy('title');
|
||||
}])->get()->toArray();
|
||||
} elseif ($options['type'] == 'sms') {
|
||||
$results = TemplateSMS::where('id_module', $options['id_module'])->orderBy('title')->get()->toArray();
|
||||
$results = TemplateSMS::where('id_module', $options['id_module'])->orderBy('name')->get()->toArray();
|
||||
}
|
||||
|
||||
return $results;
|
||||
|
Loading…
x
Reference in New Issue
Block a user