Update index.php

This commit is contained in:
Laurent Destailleur 2019-10-30 02:19:32 +01:00 committed by GitHub
parent db86dff7d1
commit 8849cd9897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -483,7 +483,7 @@ if (! empty($conf->tax->enabled) && ($modecompta == 'CREANCES-DETTES' || $modeco
$encaiss[$obj->dm] += -$obj->amount;
if (! isset($encaiss_ttc[$obj->dm])) $encaiss_ttc[$obj->dm]=0;
$encaiss_ttc[$obj->dm] +=-$obj->amount;
$encaiss_ttc[$obj->dm] += -$obj->amount;
$i++;
}