product list on order history details
This commit is contained in:
@@ -117,6 +117,12 @@ public class PriceHelper {
|
||||
else if(price.endsWith(".00")){
|
||||
price = price.replace(".00", ".-");
|
||||
}
|
||||
else if(price.endsWith(".000")){
|
||||
price = price.replace(".000", ".-");
|
||||
}
|
||||
else if(price.endsWith(".0000")){
|
||||
price = price.replace(".0000", ".-");
|
||||
}
|
||||
return price;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user