Fix: Statut paiement fournisseur

This commit is contained in:
Laurent Destailleur 2006-03-24 22:39:10 +00:00
parent f4a171b959
commit f80990bbc5

View File

@ -32,5 +32,6 @@ create table llx_paiementfourn
fk_paiement integer NOT NULL, -- moyen de paiement
num_paiement varchar(50), -- numéro de paiement (cheque)
note text,
fk_bank integer NOT NULL
fk_bank integer NOT NULL,
statut smallint(6) NOT NULL DEFAULT 0
)type=innodb;