Card : attribute 54 is now a column for each card
This commit is contained in:
parent
5fcd715bf1
commit
986e1a10b9
2 changed files with 204 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ else
|
|||
}
|
||||
}
|
||||
// filter only enable card
|
||||
$filter_enable_card=" and f_id in (select f_id from fiche_detail where ad_value = '1' and ad_id=54) ";
|
||||
$filter_enable_card=" and f_enable='1' ";
|
||||
|
||||
$sql_str="select distinct f_id
|
||||
from fiche
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue