Skip to content
Snippets Groups Projects
Commit 728ac4d2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Source is optionnal

parent ac10b739
Branches 12-unk-starrez
No related tags found
No related merge requests found
......@@ -47,3 +47,5 @@ alter table llx_commandedet add column import_key varchar(14);
alter table llx_facture_fourn add column import_key varchar(14);
alter table llx_facture_fourn_det add column import_key varchar(14);
alter table llx_commande modify column source smallint NULL;
......@@ -34,7 +34,7 @@ create table llx_commande
fk_user_author integer, -- createur de la commande
fk_user_valid integer, -- valideur de la commande
fk_user_cloture integer, -- auteur cloture
source smallint NOT NULL,
source smallint,
fk_statut smallint default 0,
amount_ht real default 0,
remise_percent real default 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment