diff --git a/v1/Application.cfc b/v1/Application.cfc
index 03f77fd..e4eb254 100644
--- a/v1/Application.cfc
+++ b/v1/Application.cfc
@@ -51,7 +51,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="svc-api";
- variables.framework.docs.APIVersion="0.145"; /*$ git config --global --unset user.password*/
+ variables.framework.docs.APIVersion="0.146"; /*$ git config --global --unset user.password*/
variables.framework.globalHeaders = structNew();
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
diff --git a/v1/resources/instance_operation_cfs_param_ls.cfc b/v1/resources/instance_operation_cfs_param_ls.cfc
index 3f846b2..d89825b 100644
--- a/v1/resources/instance_operation_cfs_param_ls.cfc
+++ b/v1/resources/instance_operation_cfs_param_ls.cfc
@@ -313,7 +313,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
-
+
@@ -350,7 +350,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
join usr u on (k.contragent_id=u.contragent_id)
where p.param_value=
AND svc_operation_cfs_param_id=/*limit to the current svc param*/
- AND u.usr_id=/*limit to the contragent of current user*/
+ AND u.usr_id=/*limit to the contragent of current user*/
AND p.instance_operation_cfs_param_uid <> /*exclude itself*/