Fix typo
This commit is contained in:
parent
babf1e0e27
commit
68f16b13d7
@ -353,7 +353,8 @@ class BonPrelevement extends CommonObject
|
|||||||
|
|
||||||
if ($this->fetched == 1) {
|
if ($this->fetched == 1) {
|
||||||
if ($date < $this->date_trans) {
|
if ($date < $this->date_trans) {
|
||||||
$this->error = 'DateOfMovementLowerThanDateOfFileTransmission';
|
$langs->load("errors");
|
||||||
|
$this->error = $langs->trans('ErrorDateOfMovementLowerThanDateOfFileTransmission');
|
||||||
dol_syslog("bon-prelevment::set_infocredit 1027 ".$this->error);
|
dol_syslog("bon-prelevment::set_infocredit 1027 ".$this->error);
|
||||||
return -1027;
|
return -1027;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -294,6 +294,7 @@ ErrorFailedToWriteInTempDirectory=Failed to write in temp directory
|
|||||||
ErrorQuantityIsLimitedTo=Quantity is limited to %s
|
ErrorQuantityIsLimitedTo=Quantity is limited to %s
|
||||||
ErrorValueForTooLow=Value for <b>%s</b> is too low
|
ErrorValueForTooLow=Value for <b>%s</b> is too low
|
||||||
ErrorValueCantBeNull=Value for <b>%s</b> can't be null
|
ErrorValueCantBeNull=Value for <b>%s</b> can't be null
|
||||||
|
ErrorDateOfMovementLowerThanDateOfFileTransmission=The date of the bank transaction can't be lower than the date of the file transmission
|
||||||
|
|
||||||
# Warnings
|
# Warnings
|
||||||
WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
|
WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user