From b8d14233b550388f15cd748514af45cc584b05b3 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Tue, 4 Apr 2023 12:49:14 -0700 Subject: [PATCH] able to add feature flag for manual cintas payment --- src/cljs/auto_ap/views/pages/admin/clients/form.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cljs/auto_ap/views/pages/admin/clients/form.cljs b/src/cljs/auto_ap/views/pages/admin/clients/form.cljs index 3f868a0b..e7dcb7f4 100644 --- a/src/cljs/auto_ap/views/pages/admin/clients/form.cljs +++ b/src/cljs/auto_ap/views/pages/admin/clients/form.cljs @@ -544,7 +544,8 @@ [com/multi-field-v2 {:allow-change? true :template [[form-builder/raw-field-v2 {:field :feature-flag} [com/select-field {:options [[nil nil] - ["new-square" "New Square+Ezcater"]] + ["new-square" "New Square+Ezcater"] + ["manually-pay-cintas" "Manually Pay Cintas"]] :allow-nil? false :style {:width "18em"}}]]] :key-fn :id