Skip to content
Snippets Groups Projects
Commit 9c7873e2 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #72825 fix failures

parent 17f1786a
3 merge requests!2713Dev#72825 contractuel bdp64 afficher la colonne reserve par d autres,!2707Tessadoc lost pass,!2702Dev#72825 contractuel bdp64 afficher la colonne reserve par d autres
Pipeline #4433 failed with stage
in 35 minutes and 26 seconds
......@@ -26,7 +26,7 @@ class Class_Profil_Preferences_LoansHistory extends Class_Profil_Preferences_Loa
$conf = $profile->getCfgModulesPreferences('abonne', 'loans-history', '');
$table_composition = isset($conf['table_composition'])
? $conf['table_composition']
: '';
: null;
return $this->getTableComposition($table_composition);
}
......
......@@ -26,7 +26,7 @@ class Class_Profil_Preferences_LoansPNB extends Class_Profil_Preferences_Loans{
$conf = $profile->getCfgModulesPreferences('abonne', 'prets', '');
$table_composition = isset($conf['pnb_table_composition'])
? $conf['pnb_table_composition']
: '';
: null;
return $this->getTableComposition($table_composition);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment