update checkin, buypoint format

This commit is contained in:
Mohamed Nouffer
2023-05-17 10:09:30 +05:30
parent 1769d52601
commit 042cdbe488

View File

@ -28,7 +28,7 @@ class TextUtils{
} }
if(dp.buy_point != null && dp.buy_point! > 0){ if(dp.buy_point != null && dp.buy_point! > 0){
print("^^^^^^^^^ ${dp.sub_loc_id}^^^^^^^^^^"); print("^^^^^^^^^ ${dp.sub_loc_id}^^^^^^^^^^");
txt = txt + "[${dp.sub_loc_id}]"; txt = "${dp.sub_loc_id}";
} }
} }
return txt; return txt;