2
0
forked from Wavyzz/dolibarr

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

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,