Fix: erreur de syntaxe - merci Rmy
This commit is contained in:
parent
9bd79dd282
commit
03cda1da97
@ -107,7 +107,7 @@ if ($result)
|
||||
|
||||
print '<td align="center">'.strftime("%d/%m/%Y",$obj->datec)."</td>\n";
|
||||
|
||||
print '<td align="right">'.price($obj->amount).' '.$langs->trans("Currency".$conf->monnaie).'</td>\n";
|
||||
print '<td align="right">'.price($obj->amount).' '.$langs->trans("Currency".$conf->monnaie)."</td>\n";
|
||||
|
||||
print "</tr>\n";
|
||||
$i++;
|
||||
|
||||
@ -131,7 +131,7 @@ if ($result)
|
||||
print '<td><a href="fiche.php?id='.$obj->rowid.'">'.stripslashes($obj->nom)."</a></td>\n";
|
||||
print '<td align="center">'.strftime("%d/%m/%Y",$obj->datec)."</td>\n";
|
||||
|
||||
print '<td align="right">'.price($obj->amount).' '.$langs->trans("Currency".$conf->monnaie).'</td>\n";
|
||||
print '<td align="right">'.price($obj->amount).' '.$langs->trans("Currency".$conf->monnaie)."</td>\n";
|
||||
print '<td align="center"><a href="fiche.php?id='.$obj->rowid.'">'.$obj->code_client."</a></td>\n";
|
||||
print "</tr>\n";
|
||||
$i++;
|
||||
|
||||
@ -201,7 +201,7 @@ class RejetPrelevement
|
||||
$from = $this->user->fullname." <".$this->user->email.">";
|
||||
|
||||
$message = "Bonjour,\n";
|
||||
$message .= "\nLe prélèvement de la facture ".$fac->ref." pour le compte de la société ".$soc->nom." d'un montant de ".price($fac->total_ttc).' '.$langs->trans("Currency".$conf->monnaie).' a été rejeté par la banque.";
|
||||
$message .= "\nLe prélèvement de la facture ".$fac->ref." pour le compte de la société ".$soc->nom." d'un montant de ".price($fac->total_ttc).' '.$langs->trans("Currency".$conf->monnaie)." a été rejeté par la banque.";
|
||||
|
||||
$message .= "\n\n--\n".$this->user->fullname;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user