ortho + modif phrase
This commit is contained in:
parent
35b73d4a8c
commit
adda63d57a
@ -73,13 +73,13 @@ if ($_POST["action"] == 'add')
|
|||||||
$accountto=new Account($db);
|
$accountto=new Account($db);
|
||||||
$accountto->fetch($_POST["account_to"]);
|
$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 été crée.</b></div>";
|
$mesg.="<div class=\"ok\"><b>Le virement depuis « <a href=\"account.php?account=".$accountfrom->id."\">".$accountfrom->label."</a> » vers « <a href=\"account.php?account=".$accountto->id."\">".$accountto->label."</a> » de ".$amount." ".$langs->trans("Currency".$conf->monnaie)." a été créé.</b></div>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
dolibarr_print_error($db);
|
dolibarr_print_error($db);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$mesg.="<div class=\"error\"><b>Un libellé de virement et un montant non nul est obligatoire.</b></div>";
|
$mesg.="<div class=\"error\"><b>Un libellé de virement et un montant non nul sont obligatoires.</b></div>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user