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 ec10bdca92 - Show all commits

View file

@ -18,8 +18,8 @@ class ComprasController
} }
public function descargarNotas() { public function descargarNotas() {
GrupoDeCompra::exportarProductosConNotasEnCSV(); Producto::planillaNotas();
$file = resource_path('csv/exports/pedidos-notas.csv'); $file = resource_path('csv/exports/notas-por-barrio.csv');
return response()->download($file); return response()->download($file);
} }