add ukf for price visibility

This commit is contained in:
Ludovic Stephan 2016-12-13 00:32:52 -02:00
parent e63e56371d
commit 5492ecf534

View file

@ -563,7 +563,7 @@ $(document).ready(function() {
for (var elem in article) {
article_html.find('.'+elem).text(article[elem])
}
article_html.find('.price').text(amountToUKF(article['price'], false));
article_html.find('.price').text(amountToUKF(article['price'], false)+' UKF');
var category_html = articles_container
.find('#data-category-'+article['category_id']);
if (category_html.length == 0) {