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

fix: navigazione record per moduli custom

This commit is contained in:
valentina
2025-05-23 09:55:23 +02:00
parent 01b2c8c72f
commit 4ab83c587d

View File

@@ -186,6 +186,7 @@ if (empty($record) || !$has_access) {
$posizioni = $module_query ? $dbo->fetchArray($module_query) : 0;
$key = $posizioni ? array_search($id_record, array_column($posizioni, 'id')) : 0;
if (is_array($posizioni)) {
// Precedente
$prev = $posizioni[$key - 1]['id'];
@@ -205,6 +206,7 @@ if (empty($record) || !$has_access) {
</a>
</div>
</span>';
}
echo '<div class="extra-buttons d-sm-inline">';