mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 09:17:37 +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);
|
||||
|
||||
// Esportazione dei record selezionati
|
||||
$fatture = Impianto::whereIn('id', $id_records)->get();
|
||||
$exporter->setRecords($fatture);
|
||||
$impianti = Impianto::whereIn('id', $id_records)->get();
|
||||
$exporter->setRecords($impianti);
|
||||
|
||||
$count = $exporter->exportRecords();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user