mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-24 14:31:42 +01:00
Fix #1115
This commit is contained in:
parent
4afe2fa5e6
commit
00407e1136
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user