Back-office : on affiche le prix TTC et plus HT

This commit is contained in:
2021-05-31 16:48:14 +02:00
parent a990a8c123
commit d399a29705
1813 changed files with 4386 additions and 118961 deletions

View File

@@ -39,6 +39,7 @@ GNU General Public License : http://www.gnu.org/licenses/
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="{$lang_code}"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="{$lang_code}" class="no-js"> <!--<![endif]-->
<head>
{hook name="main.head-top"}
{* Test if javascript is enabled *}
<script>(function(H) { H.className=H.className.replace(/\bno-js\b/,'js') } )(document.documentElement);</script>