Task #0001731: Moyen de paiement

This commit is contained in:
Dany De Bontridder 2019-08-08 09:06:44 +02:00
parent b21b3bd922
commit 282c26a9f0
13 changed files with 718 additions and 338 deletions

View file

@ -0,0 +1,8 @@
begin;
update attr_def set ad_extra = '[sql] fd_id in (select fd_id from fiche_def where frd_id in (4,8,9,14))' where ad_id=25;
alter table mod_payment rename to payment_method;
insert into version (val,v_description) values (135,'rename table mod_payment');
commit ;