funcion/arreglar-planilla-totales #38
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ class ComprasController
|
|||
}
|
||||
|
||||
public function descargarNotas() {
|
||||
GrupoDeCompra::exportarProductosConNotasEnCSV();
|
||||
$file = resource_path('csv/exports/pedidos-notas.csv');
|
||||
Producto::planillaNotas();
|
||||
$file = resource_path('csv/exports/notas-por-barrio.csv');
|
||||
return response()->download($file);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue