diff --git a/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig b/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig index e6603080d..934414fdd 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig @@ -20,7 +20,11 @@
{{ adv.standard_price.currency(null,'currency') }}
+ {{ adv.standard_price.currency(null,'currency') != adv.price.currency(null,'currency')
+ ? adv.standard_price.currency(null,"currency")
+ : '' }}
+