From 9cce289b7046188ca324a0be2029e145578118f5 Mon Sep 17 00:00:00 2001 From: donwilson-rezare <53927263+donwilson-rezare@users.noreply.github.com> Date: Wed, 2 Aug 2023 16:24:39 +1200 Subject: [PATCH 1/2] Update icarProductFamilyType.json Add "Fuel" and "Other" to icarProductFamilyType enumeration. --- enums/icarProductFamilyType.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/enums/icarProductFamilyType.json b/enums/icarProductFamilyType.json index 894bba6..5e5aad0 100644 --- a/enums/icarProductFamilyType.json +++ b/enums/icarProductFamilyType.json @@ -11,6 +11,8 @@ "Other Animal Products", "Milking Supplies", "Fencing Supplies", - "Water System Supplies" + "Water System Supplies", + "Fuel", + "Other' ] -} \ No newline at end of file +} From 80ec70f8aecac1b1b267a6ffac2f4a6ba4969061 Mon Sep 17 00:00:00 2001 From: donwilson-rezare <53927263+donwilson-rezare@users.noreply.github.com> Date: Wed, 2 Aug 2023 16:41:01 +1200 Subject: [PATCH 2/2] Update enums/icarProductFamilyType.json Co-authored-by: Andrew Cooke <45248509+cookeac@users.noreply.github.com> --- enums/icarProductFamilyType.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enums/icarProductFamilyType.json b/enums/icarProductFamilyType.json index 5e5aad0..f92fed7 100644 --- a/enums/icarProductFamilyType.json +++ b/enums/icarProductFamilyType.json @@ -13,6 +13,6 @@ "Fencing Supplies", "Water System Supplies", "Fuel", - "Other' + "Other" ] }