New : add country_code in attribut
This commit is contained in:
parent
6ebd8f23c0
commit
5d9576a00b
1 changed files with 3 additions and 1 deletions
|
|
@ -222,4 +222,6 @@ insert into country_code_ref values ('AF',' Afghanistan'),
|
|||
('VN',' Vietnam'),
|
||||
('YE',' Yemen'),
|
||||
('ZM',' Zambia'),
|
||||
('ZW',' Zimbabwe');
|
||||
('ZW',' Zimbabwe');
|
||||
|
||||
insert into attr_def (ad_id,ad_text,ad_type,ad_size,ad_search_followup,ad_default_order, ad_extra) values(57,'Code pays','select',20,1,15,'select cc_code,format(''%s %s'',cc_code,cc_name) from country_code_ref order by 1');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue