funcion/refactor-general #45

Open
atasistro wants to merge 111 commits from funcion/refactor-general into master
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) {