Add format price function

This commit is contained in:
2025-09-29 15:27:51 +02:00
parent 514f399535
commit 06c548c96a

View File

@@ -0,0 +1,3 @@
idmFormatPrice(price) {
return ${format_price(price, {currency: ' ' + app_shop.vars.currency.symbol,mask: "###,##0,00"})}
}