From bf83ae5779f57a5dd23c90000b58c24bab901262 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Mon, 1 Feb 2021 10:41:46 -0800 Subject: [PATCH] Added use_fippa for fippa based reports. --- bodyshop_translations.babel | 21 +++++ .../shop-info/shop-info.component.jsx | 7 ++ client/src/graphql/bodyshop.queries.js | 2 + client/src/translations/en_us/common.json | 1 + client/src/translations/es/common.json | 1 + client/src/translations/fr/common.json | 1 + .../down.yaml | 5 ++ .../up.yaml | 6 ++ .../down.yaml | 77 ++++++++++++++++++ .../up.yaml | 78 +++++++++++++++++++ .../down.yaml | 70 +++++++++++++++++ .../up.yaml | 71 +++++++++++++++++ hasura/migrations/metadata.yaml | 2 + 13 files changed, 342 insertions(+) create mode 100644 hasura/migrations/1612200357139_alter_table_public_bodyshops_add_column_use_fippa/down.yaml create mode 100644 hasura/migrations/1612200357139_alter_table_public_bodyshops_add_column_use_fippa/up.yaml create mode 100644 hasura/migrations/1612200364598_update_permission_user_public_table_bodyshops/down.yaml create mode 100644 hasura/migrations/1612200364598_update_permission_user_public_table_bodyshops/up.yaml create mode 100644 hasura/migrations/1612200375540_update_permission_user_public_table_bodyshops/down.yaml create mode 100644 hasura/migrations/1612200375540_update_permission_user_public_table_bodyshops/up.yaml diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 4d88bb5ae..b9079a9f0 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -5691,6 +5691,27 @@ + + use_fippa + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + zip_post false diff --git a/client/src/components/shop-info/shop-info.component.jsx b/client/src/components/shop-info/shop-info.component.jsx index c9fc8c88c..b265a42e7 100644 --- a/client/src/components/shop-info/shop-info.component.jsx +++ b/client/src/components/shop-info/shop-info.component.jsx @@ -628,6 +628,13 @@ export default function ShopInfoComponent({ form, saveLoading }) { > + + +