Update result.php
This commit is contained in:
parent
1222d90537
commit
321a919fb1
@ -291,10 +291,10 @@ elseif ($modecompta=="BOOKKEEPING")
|
|||||||
if (!is_array($cats) && $cats<0) {
|
if (!is_array($cats) && $cats<0) {
|
||||||
setEventMessages(null, $AccCat->errors, 'errors');
|
setEventMessages(null, $AccCat->errors, 'errors');
|
||||||
} elseif (is_array($cats) && count($cats)>0) {
|
} elseif (is_array($cats) && count($cats)>0) {
|
||||||
foreach ($cats as $cat) // Loop on each group
|
foreach ($cats as $cat) {
|
||||||
{
|
// Loop on each group
|
||||||
if (!empty($cat['category_type'])) // category calculed
|
if (!empty($cat['category_type'])) {
|
||||||
{
|
// category calculed
|
||||||
// When we enter here, $sommes was filled by group of accounts
|
// When we enter here, $sommes was filled by group of accounts
|
||||||
|
|
||||||
$formula = $cat['formula'];
|
$formula = $cat['formula'];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user