From 042cdbe4889394c73d8dd3eedb0f11a6b3e3e986 Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Wed, 17 May 2023 10:09:30 +0530 Subject: [PATCH] update checkin, buypoint format --- lib/utils/text_util.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/text_util.dart b/lib/utils/text_util.dart index 4374da7..ea2afd3 100644 --- a/lib/utils/text_util.dart +++ b/lib/utils/text_util.dart @@ -28,7 +28,7 @@ class TextUtils{ } if(dp.buy_point != null && dp.buy_point! > 0){ print("^^^^^^^^^ ${dp.sub_loc_id}^^^^^^^^^^"); - txt = txt + "[${dp.sub_loc_id}]"; + txt = "${dp.sub_loc_id}"; } } return txt;