diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 6c311224ba0..2bc8b86a19c 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -3664,6 +3664,9 @@ else if ($id > 0 || ! empty($ref)) print ''; print ''; + if (! empty($conf->banque->enabled)) + print ''; + print '' . price($total_next_ht) . ''; print '' . price($total_next_ttc) . ''; print ' ';