forked from DGNum/gestioCOF
add ukf for price visibility
This commit is contained in:
parent
e63e56371d
commit
5492ecf534
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue