Eliminados ajustes de sistemas. Ahora estan en variables del ERP

This commit is contained in:
unknown
2025-04-07 22:14:44 +02:00
parent 6045d65935
commit 4f5bc3301f
31 changed files with 108 additions and 8038 deletions

View File

@ -172,9 +172,6 @@ if (!function_exists('getSystemSettings')) {
{
// Get Settings
$session = session();
$settingsBase = new \App\Models\Sistema\SettingsModel();
$settings = $settingsBase->asArray()->first() ?? [];
$session->set('settings', $settings);
if (empty($session->get('lang'))) {
$session->set('lang', 'es');
}