From ffc9b02322fac94c5af65778f25ab526551fc908 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 15 Nov 2018 18:28:12 +0100 Subject: [PATCH] FIX missing one column --- htdocs/compta/paiement.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index dbba1c91cd9..ef9e7f81f43 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -765,6 +765,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie print ''; print ''; print ''; + print ''; print ''; } print ''.price($sign * $total_ttc).'';