From 4a041a6b0d7d844db017e48f460d90107912cb91 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 15 Mar 2012 16:22:07 +0800 Subject: [PATCH] Fix: missing tva rates of supplier --- htdocs/fourn/commande/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index e42fc5ab098..929321aff65 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -1194,7 +1194,7 @@ if ($id > 0 || ! empty($ref)) print ''; print ''; - print $html->load_tva('tva_tx',$line->tva_tx); + print $form->load_tva('tva_tx',$line->tva_tx,$soc,$mysoc); print ''; print ''; print '';