NEW display currency in takepos menu

This commit is contained in:
ptibogxiv 2022-07-28 13:35:43 +02:00 committed by GitHub
parent c34579a2b0
commit 524c2e932c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>';
}