update display text 3

This commit is contained in:
Mohamed Nouffer
2023-01-22 19:25:17 +05:30
parent 45ef09a613
commit 70f377f563

View File

@ -12,7 +12,7 @@ class TextUtils{
// txt = "${f.properties!["cp"].toString().replaceAll(regex, '')}"; // txt = "${f.properties!["cp"].toString().replaceAll(regex, '')}";
// } // }
//if(f.properties!["buy_point"] != null && f.properties!["buy_point"] > 0){ //if(f.properties!["buy_point"] != null && f.properties!["buy_point"] > 0){
txt = txt + "[${f.properties!["sub_loc_id"]}]"; txt = txt + "${f.properties!["sub_loc_id"]}";
//} //}
return txt; return txt;
} }