Merge pull request #21608 from ptibogxiv/patch-23

NEW display currency in takepos menu
This commit is contained in:
Laurent Destailleur 2022-07-28 14:18:11 +02:00 committed by GitHub
commit c7dde641f4
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"> <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>';
} }