funcion/refactor-general #45

Merged
atasistro merged 240 commits from funcion/refactor-general into master 2025-06-19 21:10:19 -03:00
Showing only changes of commit 85746f2d4d - Show all commits

View file

@ -80,7 +80,7 @@ class SubpedidoController extends Controller
'aprobacion' => 'required | boolean'
]);
$subpedido->toggleAprobacion($valid['aprobacion']);
return new SubpedidoResource($subpedido);
return response()->noContent();
}
public function syncDevoluciones(Subpedido $subpedido) {