diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index d3af98b3815..dd480b9e5ca 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -513,6 +513,9 @@ if ($_GET["action"] == 'create' && $user->rights->produit->creer) { //RODO $smarty->template_dir = DOL_DOCUMENT_ROOT.'/product/canvas/'.$_GET["canvas"].'/'; + $null = $html->load_tva("tva_tx",$conf->defaulttx,$mysoc,''); + $smarty->assign('tva_taux_value', $html->tva_taux_value); + $smarty->assign('tva_taux_libelle', $html->tva_taux_libelle); $smarty->display($_GET["canvas"].'-create.tpl'); } } @@ -657,7 +660,7 @@ if ($_GET["id"] || $_GET["ref"]) print '