mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 17:27:29 +01:00
Fix minore bulk impianti
This commit is contained in:
parent
d7b46ac3c0
commit
04dbc555c7
@ -28,8 +28,8 @@ switch (post('op')) {
|
|||||||
$exporter = new CSV($file);
|
$exporter = new CSV($file);
|
||||||
|
|
||||||
// Esportazione dei record selezionati
|
// Esportazione dei record selezionati
|
||||||
$fatture = Impianto::whereIn('id', $id_records)->get();
|
$impianti = Impianto::whereIn('id', $id_records)->get();
|
||||||
$exporter->setRecords($fatture);
|
$exporter->setRecords($impianti);
|
||||||
|
|
||||||
$count = $exporter->exportRecords();
|
$count = $exporter->exportRecords();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user