funcion/arreglar-planilla-totales #38

Merged
atasistro merged 23 commits from funcion/arreglar-planilla-totales into master 2024-12-21 11:06:25 -03:00
Showing only changes of commit c4eb4563d5 - Show all commits

View file

@ -13,7 +13,7 @@ class ComprasController
public function descargarPedidos() {
Producto::planillaTotales();
$file = resource_path('csv/exports/total-pedidos.csv');
$file = resource_path('csv/exports/pedidos-por-barrio.csv');
return response()->download($file);
}