From 1d058e8707ab6412c7b46173000679dccd611977 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 16 Jan 2020 18:09:29 +0100 Subject: [PATCH] Fix look and feel v11 --- htdocs/fourn/facture/paiement.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 53ccf3d4d58..0949f179d5b 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -606,7 +606,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie $multicurrency_remaintopay = price2num($invoice->multicurrency_total_ttc - $multicurrency_payment - $multicurrency_creditnotes - $multicurrency_deposits, 'MT'); } - print ''; + print ''; // Ref print ''; @@ -619,7 +619,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie // Date if ($objp->df > 0) { - print ''; + print ''; print dol_print_date($db->jdate($objp->df), 'day').''; } else @@ -630,7 +630,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie // Date Max Payment if ($objp->dlr > 0) { - print ''; + print ''; print dol_print_date($db->jdate($objp->dlr), 'day'); if ($invoice->hasDelay()) @@ -973,7 +973,7 @@ if (empty($action) || $action == 'list') { $objp = $db->fetch_object($resql); - print ''; + print ''; // Ref payment print ''.img_object($langs->trans('ShowPayment'), 'payment').' '.$objp->pid.'';