NEW display currency in takepos menu
This commit is contained in:
parent
c34579a2b0
commit
524c2e932c
@ -97,7 +97,7 @@ foreach ($maincategories as $cat) {
|
||||
<div class="item">
|
||||
<h4>'.$pro->label.'</h4>
|
||||
<span class="dots"></span>
|
||||
<span class="price">'.price($pro->price_ttc, 1).'</span>
|
||||
<span class="price">'.price($pro->price_ttc, 1, $langs, 1, -1, -1, $conf->currency).'</span>
|
||||
</div>
|
||||
</div>';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user