mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Formattazione codice
This commit is contained in:
@@ -619,10 +619,10 @@ function modificaSeriali(button) {
|
||||
}
|
||||
init();';
|
||||
|
||||
if (Plugin::find((new Plugin())->getByField('name', 'Distinta base', \Models\Locale::getPredefined()->id))) {
|
||||
if (Plugin::find((new Plugin())->getByField('name', 'Distinta base', Models\Locale::getPredefined()->id))) {
|
||||
echo '
|
||||
async function viewDistinta(id_articolo) {
|
||||
openModal("'.tr('Distinta base').'", "'.Plugin::find((new Plugin())->getByField('name', 'Distinta base', \Models\Locale::getPredefined()->id))->fileurl('view.php').'?id_module=" + globals.id_module + "&id_record=" + globals.id_record + "&id_articolo=" + id_articolo);
|
||||
openModal("'.tr('Distinta base').'", "'.Plugin::find((new Plugin())->getByField('name', 'Distinta base', Models\Locale::getPredefined()->id))->fileurl('view.php').'?id_module=" + globals.id_module + "&id_record=" + globals.id_record + "&id_articolo=" + id_articolo);
|
||||
}';
|
||||
}
|
||||
echo '
|
||||
|
||||
Reference in New Issue
Block a user