Update llx_paiementfourn.sql

This commit is contained in:
Frédéric FRANCE 2018-05-26 11:23:49 +02:00 committed by GitHub
parent 894f16c5ee
commit af73e6cd4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ create table llx_paiementfourn
amount double(24,8) DEFAULT 0, -- montant
multicurrency_amount double(24,8) DEFAULT 0, -- multicurrency amount
fk_user_author integer, -- auteur
fk_user_modif integer,
fk_paiement integer NOT NULL, -- moyen de paiement
num_paiement varchar(50), -- numero de paiement (cheque)
note text,