. */ include_once __DIR__.'/../../core.php'; $operations['registrazione-contabile'] = [ 'text' => ' '.tr('Registrazione contabile').'', 'data' => [ 'title' => tr('Registrazione contabile'), 'type' => 'modal', 'origine' => 'scadenzario', 'url' => base_path().'/add.php?id_module='.Modules::get('Prima nota')['id'], ], ]; return $operations;