From 9aafc176e43c3355602f92d12219fcb42508a161 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 6 Nov 2023 18:39:52 +0530 Subject: [PATCH] fix: default user category --- lms/fixtures/custom_field.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/fixtures/custom_field.json b/lms/fixtures/custom_field.json index cdb50dba..1d8f17da 100644 --- a/lms/fixtures/custom_field.json +++ b/lms/fixtures/custom_field.json @@ -138,12 +138,12 @@ "label": "User Category", "length": 0, "mandatory_depends_on": null, - "modified": "2022-04-19 13:02:18.219508", + "modified": "2022-04-19 13:02:18.219510", "module": "LMS", "name": "User-user_category", "no_copy": 0, "non_negative": 0, - "options": "Business Owner\nManager (Sales/Marketing/Customer)\nEmployee\nStudent\nFreelancer/Just looking\nOthers", + "options": "\nBusiness Owner\nManager (Sales/Marketing/Customer)\nEmployee\nStudent\nFreelancer/Just looking\nOthers", "permlevel": 0, "precision": "", "print_hide": 0,