From ae67220d5f81324b89162d26e3845b7b557c68a0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 13 Oct 2022 17:59:13 +0200 Subject: [PATCH] css --- htdocs/fourn/facture/card.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php index 54ee8157e13..f00406d63fd 100644 --- a/htdocs/fourn/facture/card.php +++ b/htdocs/fourn/facture/card.php @@ -2919,7 +2919,7 @@ if ($action == 'create') { print '
'; print '
'; - print ''; + print '
'; // Type print '
'.$langs->trans('Type').''; @@ -3015,7 +3015,7 @@ if ($action == 'create') { // Default terms of the settlement $langs->load('bills'); print '
'; - print '
'; + print '
'; print $langs->trans('PaymentConditions'); print ''; if ($action != 'editconditions' && $form_permission) { @@ -3044,7 +3044,7 @@ if ($action == 'create') { // Mode of payment $langs->load('bills'); print '
'; - print '
'; + print ''; if ($action != 'editmode' && $form_permission2) { @@ -3326,12 +3326,13 @@ if ($action == 'create') { $paymentstatic->type_label = $objp->payment_type; print ''; - print ''; print ''; - print ''; if (isModEnabled("banque")) { $bankaccountstatic->id = $objp->baid;
'; print $langs->trans('PaymentMode'); print '
'; + print ''; print $paymentstatic->getNomUrl(1); print ''.dol_print_date($db->jdate($objp->dp), 'day').''; - print $form->form_modes_reglement(null, $objp->paiement_type, 'none').' '.$objp->num_payment; + $s = $form->form_modes_reglement(null, $objp->paiement_type, 'none').' '.$objp->num_payment; + print ''; + print $s; print '