mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Miglioramento tests
This commit is contained in:
@@ -53,7 +53,9 @@ switch (post('op')) {
|
||||
// Richiamo delle operazioni specifiche
|
||||
include $imports[$id_record]['import'];
|
||||
|
||||
flash()->info(tr('Importazione completata. '.count($csv).' righe processate.'));
|
||||
flash()->info(tr('Importazione completata: _COUNT_ righe processate', [
|
||||
'_COUNT_' => count($csv),
|
||||
]));
|
||||
|
||||
break;
|
||||
}
|
||||
|
@@ -45,6 +45,7 @@ if (empty($id_record)) {
|
||||
$rows = Import::getFile($id_record, $record['id'], [
|
||||
'limit' => 10,
|
||||
]);
|
||||
|
||||
$count = count($rows[0]);
|
||||
|
||||
echo '
|
||||
|
Reference in New Issue
Block a user