0002354: Filtrage inopérant journal ODS

This commit is contained in:
sparkyx 2024-04-04 19:30:17 +02:00
parent 5303c6b6e9
commit e552ec7d9c
3 changed files with 22 additions and 14 deletions

View file

@ -1507,8 +1507,7 @@ class Fiche
if ( $p_type == 'deb' )
{
$get='jrn_def_fiche_deb';
}
if ( $p_type == 'cred' )
}elseif ( $p_type == 'cred' )
{
$get='jrn_def_fiche_cred';
}