From a073aa13d16a1d1350ebad23105a8d00b2e31734 Mon Sep 17 00:00:00 2001 From: CynthiaKamau Date: Wed, 6 Nov 2024 12:03:21 +0300 Subject: [PATCH] (fix) O3-4174 Make billing fields on start visit form configurable based on the flag (#71) --- src/routes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes.json b/src/routes.json index 147a5c3..bea4b18 100644 --- a/src/routes.json +++ b/src/routes.json @@ -60,7 +60,8 @@ { "name": "billing-checkin-form", "slot": "extra-visit-attribute-slot", - "component": "billingCheckInForm" + "component": "billingCheckInForm", + "featureFlag": "billing" }, { "slot": "system-admin-page-card-link-slot",