mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Ajout modif llx_livre
This commit is contained in:
@@ -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 ;
|
||||
Reference in New Issue
Block a user