Saldos #46

Merged
atasistro merged 34 commits from funcion/saldos into funcion/refactor-general 2025-06-19 21:09:28 -03:00
Showing only changes of commit 1498b67200 - Show all commits

View file

@ -77,7 +77,7 @@ class ComisionesController
public function descargarCanastaEjemplo(): BinaryFileResponse
{
$file = storage_path('csv/productos.csv');
$file = resource_path('csv/productos.csv');
return response()->download($file);
}