1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-24 14:31:42 +01:00
This commit is contained in:
Pek5892 2022-11-24 16:28:51 +01:00
parent 4afe2fa5e6
commit 00407e1136

View File

@ -69,7 +69,7 @@ switch (filter('op')) {
// Inizializzazione del lettore CSV // Inizializzazione del lettore CSV
$csv = new $import_manager($record->filepath); $csv = new $import_manager($record->filepath);
foreach ($fields as $key => $value) { foreach ($fields as $key => $value) {
$csv->setColumnAssociation($key, $value - 1); $csv->setColumnAssociation($key, (int)$value - 1);
} }
// Generazione offset sulla base della pagina // Generazione offset sulla base della pagina