From 99b338b4686afe2b918b24c938a241ddf63ed531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 24 Oct 2019 23:09:58 +0200 Subject: [PATCH] Update index.php --- htdocs/compta/index.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index c56b663a77b..1453491fd11 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -115,6 +115,7 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele { print '
'; print ''; + print '
'; print ''; $i=0; foreach($listofsearchfields as $key => $value) @@ -127,6 +128,7 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele $i++; } print '
'; + print '
'; print '
'; print '
'; } @@ -165,6 +167,7 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire) { $num = $db->num_rows($resql); + print '
'; print ''; print ''; print ''; @@ -216,7 +219,7 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire) { print ''; } - print "
'.$langs->trans("CustomersDraftInvoices").($num?' '.$num.'':'').'
'.$langs->trans("NoInvoice").'

"; + print "

"; $db->free($resql); } else @@ -251,6 +254,7 @@ if (! empty($conf->fournisseur->enabled) && $user->rights->fournisseur->facture- { $num = $db->num_rows($resql); + print '
'; print ''; print ''; print ''; @@ -303,7 +307,7 @@ if (! empty($conf->fournisseur->enabled) && $user->rights->fournisseur->facture- { print ''; } - print "
'.$langs->trans("SuppliersDraftInvoices").($num?' '.$num.'':'').'
'.$langs->trans("NoInvoice").'

"; + print "

"; $db->free($resql); } else