diff --git a/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx b/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx
index 73da49047..d0746a92b 100644
--- a/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx
+++ b/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx
@@ -16,6 +16,7 @@ import DataLabel from "../data-label/data-label.component";
import { selectBodyshop } from "../../redux/user/user.selectors";
import { connect } from "react-redux";
import { createStructuredSelector } from "reselect";
+import { useTreatments } from "@splitsoftware/splitio-react";
const SelectorDiv = styled.div`
.ant-form-item .ant-select {
@@ -37,6 +38,11 @@ export default connect(
export function ShopInfoResponsibilityCenterComponent({ bodyshop, form }) {
const { t } = useTranslation();
+ const { Qb_Multi_Ar } = useTreatments(
+ ["Qb_Multi_Ar"],
+ {},
+ bodyshop && bodyshop.imexshopid
+ );
const [costOptions, setCostOptions] = useState(
[
@@ -4535,24 +4541,26 @@ export function ShopInfoResponsibilityCenterComponent({ bodyshop, form }) {
- Multiple Payers Item}>
-
-
-
-
+ {Qb_Multi_Ar.treatment === "on" && (
+ Multiple Payers Item}>
+
+
+
+
+ )}
{t("bodyshop.labels.responsibilitycenters.sales_tax_codes")}