';
- print '| '.$langs->trans("LastContracts",($num<=$MAXLIST?"":$MAXLIST)).' | ';
+ print ' | ';
print ' ';
}
@@ -530,7 +530,7 @@ if ($socid > 0)
if ($num >0 )
{
print '';
- print ' | ';
+ print ' | ';
print ' ';
$var=!$var;
}
@@ -572,7 +572,7 @@ if ($socid > 0)
$num = $db->num_rows($result);
if ($num > 0) {
print '';
- print ' | ';
+ print ' | ';
print ' ';
}
while ($i < $num && $i < $MAXLIST) {
@@ -610,7 +610,7 @@ if ($socid > 0)
if ($num > 0) {
print '';
- print ' | ';
+ print ' | ';
print ' ';
}
while ($i < $num && $i < $MAXLIST) {
diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php
index 88645b1c83e..64e0b9883f5 100644
--- a/htdocs/comm/index.php
+++ b/htdocs/comm/index.php
@@ -591,7 +591,7 @@ if ($conf->propal->enabled && $user->rights->propale->lire)
$total += $obj->total_ttc;
}
if ($total>0) {
- print '| '.$langs->trans("Total")." | ".price($total)." | | ";
+ print '| '.$langs->trans("Total")." | ".price($total)." | | ";
}
print "
";
}
diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index b0554d31c78..73d8ad140fa 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -3701,7 +3701,6 @@ else
{
$sql .= ' AND (s.nom like \'%'.addslashes($sall).'%\' OR f.facnumber like \'%'.addslashes($sall).'%\' OR f.note like \'%'.addslashes($sall).'%\' OR fd.description like \'%'.addslashes($sall).'%\')';
}
-
$sql .= ' GROUP BY f.rowid';
$sql .= ' ORDER BY ';
diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php
index 4889b2a4748..ad21f415cf9 100644
--- a/htdocs/compta/fiche.php
+++ b/htdocs/compta/fiche.php
@@ -214,7 +214,7 @@ if ($socid > 0)
// Lien recap
print '';
print '';
- print '| '.$langs->trans("Summary").' | ';
+ print ' | ';
print ' ';
print ' ';
@@ -249,7 +249,7 @@ if ($socid > 0)
{
$tableaushown=1;
print ' | ';
- print ' | ';
+ print ' | ';
print ' ';
}
@@ -308,7 +308,7 @@ if ($socid > 0)
{
$tableaushown=1;
print '';
- print ' | ';
+ print ' | ';
print ' ';
}
while ($i < $num && $i < $MAXLIST)
diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
index 71a34602e8b..6959e0ac2fc 100644
--- a/htdocs/compta/index.php
+++ b/htdocs/compta/index.php
@@ -653,7 +653,7 @@ if ($conf->tax->enabled && $user->rights->tax->charges->lire)
}
/*
- * Commandes clients a facturer
+ * Customers orders to be billed
*/
if ($conf->facture->enabled && $conf->commande->enabled && $user->rights->commande->lire)
{
@@ -734,7 +734,7 @@ if ($conf->facture->enabled && $conf->commande->enabled && $user->rights->comman
$var=!$var;
}
- print '| '.$langs->trans("Total").' ('.$langs->trans("RemainderToBill").': '.price($tot_tobill).') | ';
+ print ' | '.$langs->trans("Total").' ('.$langs->trans("RemainderToBill").': '.price($tot_tobill).') | ';
if ($conf->global->MAIN_SHOW_HT_ON_SUMMARY) print ''.price($tot_ht).' | ';
print ''.price($tot_ttc).' | ';
print ''.price($tot_tobill).' | ';
@@ -827,7 +827,7 @@ if ($conf->facture->enabled && $user->rights->facture->lire)
$i++;
}
- print ' | '.$langs->trans("Total").' ('.$langs->trans("RemainderToTake").': '.price($total_ttc-$totalam).') | ';
+ print ' | '.$langs->trans("Total").' ('.$langs->trans("RemainderToTake").': '.price($total_ttc-$totalam).') | ';
if ($conf->global->MAIN_SHOW_HT_ON_SUMMARY) print ''.price($total).' | ';
print ''.price($total_ttc).' | ';
print ''.price($totalam).' | ';
@@ -907,7 +907,7 @@ if ($conf->fournisseur->enabled && $user->rights->fournisseur->facture->lire)
$var = !$var;
}
- print ' | '.$langs->trans("Total").' ('.$langs->trans("RemainderToPay").': '.price($total_ttc-$totalam).') | ';
+ print ' | '.$langs->trans("Total").' ('.$langs->trans("RemainderToPay").': '.price($total_ttc-$totalam).') | ';
if ($conf->global->MAIN_SHOW_HT_ON_SUMMARY) print ''.price($total).' | ';
print ''.price($total_ttc).' | ';
print ''.price($totalam).' | ';
diff --git a/htdocs/compta/paiement/cheque/liste.php b/htdocs/compta/paiement/cheque/liste.php
index 543a1dabaa7..7d832daee70 100644
--- a/htdocs/compta/paiement/cheque/liste.php
+++ b/htdocs/compta/paiement/cheque/liste.php
@@ -79,7 +79,7 @@ if ($resql)
print_barre_liste($langs->trans("ChequesReceipts"), $page, "liste.php",$paramlist,$sortfield,$sortorder,'',$num);
print ' |