From 07913b046bc4363891ef5a2c2f5a21fee082a962 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 21 Jul 2003 14:16:01 +0000 Subject: [PATCH] Ajout modif llx_livre --- mysql/migration/0.2.3-0.2.4.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mysql/migration/0.2.3-0.2.4.sql b/mysql/migration/0.2.3-0.2.4.sql index f7c70f6148c..611e8c32942 100644 --- a/mysql/migration/0.2.3-0.2.4.sql +++ b/mysql/migration/0.2.3-0.2.4.sql @@ -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églement à 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 ; \ No newline at end of file +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 ; \ No newline at end of file