Arreglado nombre de archivo
This commit is contained in:
parent
cef38cf69c
commit
c4eb4563d5
|
@ -13,7 +13,7 @@ class ComprasController
|
||||||
|
|
||||||
public function descargarPedidos() {
|
public function descargarPedidos() {
|
||||||
Producto::planillaTotales();
|
Producto::planillaTotales();
|
||||||
$file = resource_path('csv/exports/total-pedidos.csv');
|
$file = resource_path('csv/exports/pedidos-por-barrio.csv');
|
||||||
return response()->download($file);
|
return response()->download($file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue