From 0d3161ef84ee0fc961306e5b7ed229d4373f31e1 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Tue, 18 Nov 2025 16:47:26 -0800 Subject: [PATCH] IO-3445 RBAC Bill:Enter Signed-off-by: Allan Carr --- .../bill-enter-modal/bill-enter-modal.container.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx b/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx index f18f1123a..123969389 100644 --- a/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx +++ b/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx @@ -26,6 +26,7 @@ import { CalculateBillTotal } from "../bill-form/bill-form.totals.utility"; import { handleUpload as handleLocalUpload } from "../documents-local-upload/documents-local-upload.utility"; import { handleUpload } from "../documents-upload/documents-upload.utility"; import { handleUpload as handleUploadToImageProxy } from "../documents-upload-imgproxy/documents-upload-imgproxy.utility"; +import RbacWrapper from "../../components/rbac-wrapper/rbac-wrapper.component"; const mapStateToProps = createStructuredSelector({ billEnterModal: selectBillEnterModal, @@ -450,7 +451,9 @@ function BillEnterModalContainer({ billEnterModal, toggleModalVisible, bodyshop, setEnterAgain(false); }} > - + + + );