1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-14 09:25:31 +01:00
openstamanager/modules/scadenzario/bulk.php
2019-07-25 15:06:07 +02:00

16 lines
430 B
PHP

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