Spaces
This commit is contained in:
parent
d51d5f8f7b
commit
c06ddd5a2f
1 changed files with 2 additions and 2 deletions
|
|
@ -399,7 +399,7 @@ class Lettering extends BookKeeping
|
|||
if ($resql) {
|
||||
if ($obj = $this->db->fetch_object($resql)) {
|
||||
if (!(round(abs($obj->deb), 2) === round(abs($obj->cred), 2))) {
|
||||
$this->errors[] = $langs->trans('ErrorMatchingUnbalanced', price(price2num(abs($obj->deb),'MT')), price(price2num(abs($obj->cred),'MT')));
|
||||
$this->errors[] = $langs->trans('ErrorMatchingUnbalanced', price(price2num(abs($obj->deb), 'MT')), price(price2num(abs($obj->cred), 'MT')));
|
||||
$error++;
|
||||
}
|
||||
}
|
||||
|
|
@ -703,7 +703,7 @@ class Lettering extends BookKeeping
|
|||
if ($resql) {
|
||||
if ($obj = $this->db->fetch_object($resql)) {
|
||||
if (!(round(abs($obj->deb), 2) === round(abs($obj->cred), 2))) {
|
||||
$this->errors[] = $langs->trans('ErrorMatchingUnbalanced', price(price2num(abs($obj->deb),'MT')), price(price2num(abs($obj->cred),'MT')));
|
||||
$this->errors[] = $langs->trans('ErrorMatchingUnbalanced', price(price2num(abs($obj->deb), 'MT')), price(price2num(abs($obj->cred), 'MT')));
|
||||
$error++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue