Modif de llx_paiement_facture

This commit is contained in:
Rodolphe Quiedeville 2004-02-09 13:05:00 +00:00
parent 817d8ea2de
commit af7c12f499

View File

@ -79,6 +79,7 @@ create table llx_paiement_facture
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_paiement integer,
fk_facture integer,
amount real default 0,
unique key (fk_paiement,fk_facture)
);