mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Correction [bugs #7292] : Il manque le champ fk_bank dans la table llx_cotisation
This commit is contained in:
@@ -27,5 +27,6 @@ create table llx_cotisation
|
||||
fk_adherent integer,
|
||||
dateadh datetime,
|
||||
cotisation real,
|
||||
fk_bank int(11) default NULL,
|
||||
note text
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user