Category of card : cannot be removed due to FK in attr_min

This commit is contained in:
Dany De Bontridder 2018-01-10 09:16:52 +01:00
parent a52e140912
commit 85b2339fb7

View file

@ -56,6 +56,7 @@ class Template_Card_Category extends Manage_Table_SQL
{
throw new Exception(_("Effacement impossible : catégorie utilisée"));
}
$cn->exec_sql("delete from attr_min where frd_id=$1",[$this->table->frd_id]);
$this->table->delete();
}