Ajout modif llx_livre

This commit is contained in:
Rodolphe Quiedeville
2003-07-21 14:16:01 +00:00
parent 65069481e8
commit 07913b046b

View File

@@ -32,4 +32,6 @@ insert into llx_cond_reglement values (4,4,1, "60 jours","R
insert into llx_cond_reglement values (5,5,1, "60 jours fin de mois","R<EFBFBD>glement <20> 60 jours fin de mois",1,60);
update llx_facture set fk_cond_reglement = 1 where fk_cond_reglement IS NULL ;
update llx_facture set date_lim_reglement = datef where date_lim_reglement IS NULL ;
update llx_facture set date_lim_reglement = datef where date_lim_reglement IS NULL ;
alter table llx_livre add frais_de_port tinyint default 1 ;