Fix bug : SQL Error in fiche.inc.php due to merge

This commit is contained in:
Dany De Bontridder 2019-02-07 10:49:31 +01:00
parent f49c4cb17e
commit 7add131124

View file

@ -2004,7 +2004,7 @@ class Fiche
[$this->id]);
if ( $count > 0 ) return TRUE;
$count=$this->cn->get_value("select count(*)
$count=$this->cn->get_value("
select count(*)
from attr_def
join fiche_detail using (ad_id)