forked from Wavyzz/dolibarr
ortho + modif phrase
This commit is contained in:
@@ -73,13 +73,13 @@ if ($_POST["action"] == 'add')
|
||||
$accountto=new Account($db);
|
||||
$accountto->fetch($_POST["account_to"]);
|
||||
|
||||
$mesg.="<div class=\"ok\"><b>Votre virement entre <a href=\"account.php?account=".$accountfrom->id."\">".$accountfrom->label."</a> et <a href=\"account.php?account=".$accountto->id."\">".$accountto->label."</a> de ".$amount." ".$langs->trans("Currency".$conf->monnaie)." a <20>t<EFBFBD> cr<63>e.</b></div>";
|
||||
$mesg.="<div class=\"ok\"><b>Le virement depuis <20> <a href=\"account.php?account=".$accountfrom->id."\">".$accountfrom->label."</a> <3B> vers <20> <a href=\"account.php?account=".$accountto->id."\">".$accountto->label."</a> <3B> de ".$amount." ".$langs->trans("Currency".$conf->monnaie)." a <20>t<EFBFBD> cr<63><EFBFBD>.</b></div>";
|
||||
}
|
||||
else {
|
||||
dolibarr_print_error($db);
|
||||
}
|
||||
} else {
|
||||
$mesg.="<div class=\"error\"><b>Un libell<6C> de virement et un montant non nul est obligatoire.</b></div>";
|
||||
$mesg.="<div class=\"error\"><b>Un libell<6C> de virement et un montant non nul sont obligatoires.</b></div>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user