1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Miglioria

This commit is contained in:
Pek5892
2024-03-27 16:43:30 +01:00
parent 9fda45c411
commit 72f569659a
181 changed files with 366 additions and 353 deletions

View File

@@ -33,7 +33,7 @@ use Models\Module;
</div>
<div class="col-md-6">
{[ "type": "select", "label": "<?php echo tr('Tipo'); ?>", "name": "tipo", "required": 1, "ajax-source": "tipi_scadenze", "icon-after": "add|<?php echo (new Module())->getByField('name', 'Tipi scadenze', \Models\Locale::where('predefined', true)->first()->id); ?>" ]}
{[ "type": "select", "label": "<?php echo tr('Tipo'); ?>", "name": "tipo", "required": 1, "ajax-source": "tipi_scadenze", "icon-after": "add|<?php echo (new Module())->getByField('name', 'Tipi scadenze', \Models\Locale::getPredefined()->id); ?>" ]}
</div>
</div>
<div class="row">