Update result.php

Fixed Stickler
This commit is contained in:
Alexandre SPANGARO 2022-09-02 10:25:12 +02:00 committed by GitHub
parent f1ce732639
commit 16e1c7ea71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -327,7 +327,7 @@ if ($modecompta == 'CREANCES-DETTES') {
$vars = array();
// Unactive categories have a total of 0 to be used in the formula.
foreach($unactive_cats as $un_cat) {
foreach ($unactive_cats as $un_cat) {
$vars[$un_cat['code']] = 0;
}