forked from nathalie/pedi2
Arreglado nombre de archivo
This commit is contained in:
parent
cef38cf69c
commit
c4eb4563d5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue