Update llx_paiementfourn.sql
This commit is contained in:
parent
894f16c5ee
commit
af73e6cd4d
@ -28,6 +28,7 @@ create table llx_paiementfourn
|
|||||||
amount double(24,8) DEFAULT 0, -- montant
|
amount double(24,8) DEFAULT 0, -- montant
|
||||||
multicurrency_amount double(24,8) DEFAULT 0, -- multicurrency amount
|
multicurrency_amount double(24,8) DEFAULT 0, -- multicurrency amount
|
||||||
fk_user_author integer, -- auteur
|
fk_user_author integer, -- auteur
|
||||||
|
fk_user_modif integer,
|
||||||
fk_paiement integer NOT NULL, -- moyen de paiement
|
fk_paiement integer NOT NULL, -- moyen de paiement
|
||||||
num_paiement varchar(50), -- numero de paiement (cheque)
|
num_paiement varchar(50), -- numero de paiement (cheque)
|
||||||
note text,
|
note text,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user