Merge pull request #21608 from ptibogxiv/patch-23
NEW display currency in takepos menu
This commit is contained in:
commit
c7dde641f4
@ -97,7 +97,7 @@ foreach ($maincategories as $cat) {
|
|||||||
<div class="item">
|
<div class="item">
|
||||||
<h4>'.$pro->label.'</h4>
|
<h4>'.$pro->label.'</h4>
|
||||||
<span class="dots"></span>
|
<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>
|
||||||
</div>';
|
</div>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user