mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-08 10:03:00 +01:00
Modif libells
This commit is contained in:
@@ -120,7 +120,7 @@ if ($_GET["id"])
|
||||
$num = $db->num_rows($resql);
|
||||
$i = 0;
|
||||
|
||||
print_barre_liste("R<EFBFBD>mun<EFBFBD>ration sur avance pour $mois", $page, "po.php", "", $sortfield, $sortorder, '', $num);
|
||||
print_barre_liste("R<EFBFBD>mun<EFBFBD>ration sur prise d'ordre pour $mois", $page, "po.php", "", $sortfield, $sortorder, '', $num);
|
||||
|
||||
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
||||
print '<tr class="liste_titre"><td>Client</td>';
|
||||
@@ -174,7 +174,7 @@ if ($_GET["id"])
|
||||
$num = $db->num_rows($resql);
|
||||
$i = 0;
|
||||
|
||||
print_barre_liste("R<EFBFBD>mun<EFBFBD>ration sur consommations pour $mois", $page, "po.php", "", $sortfield, $sortorder, '', $num);
|
||||
print_barre_liste("R<EFBFBD>mun<EFBFBD>ration sur CA pour $mois", $page, "po.php", "", $sortfield, $sortorder, '', $num);
|
||||
|
||||
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
||||
print '<tr class="liste_titre"><td>Client</td>';
|
||||
|
||||
Reference in New Issue
Block a user