Category of card : cannot be removed due to FK in attr_min
This commit is contained in:
parent
a52e140912
commit
85b2339fb7
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue