From 706dd838c9cbccd675e9de6f12afb732280e962d Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Wed, 1 Mar 2017 11:21:49 +0100 Subject: [PATCH] Situation total row left a col if bank enabled --- htdocs/compta/facture.php | 3 +++ 1 file changed, 3 insertions(+) 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 ' ';