fix text display issue

This commit is contained in:
Mohamed Nouffer
2023-05-19 16:27:00 +05:30
parent 67a52c6f84
commit 08332d45d4
6 changed files with 8 additions and 7 deletions

View File

@ -28,7 +28,7 @@ class TextUtils{
}
if(dp.buy_point != null && dp.buy_point! > 0){
print("^^^^^^^^^ ${dp.sub_loc_id}^^^^^^^^^^");
txt = "${dp.sub_loc_id}";
txt = "#${dp.cp.toString().replaceAll(regex, '')}(${dp.checkin_point.toString().replaceAll(regex, '')}+${dp.buy_point.toString().replaceAll(regex, '')})";
}
}
return txt;