mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
FIX 8870
This commit is contained in:
@@ -81,6 +81,8 @@ INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUE
|
|||||||
|
|
||||||
-- For 8.0
|
-- For 8.0
|
||||||
|
|
||||||
|
ALTER TABLE llx_paiementfourn ADD COLUMN fk_user_modif integer AFTER fk_user_author;
|
||||||
|
|
||||||
-- delete old permission no more used
|
-- delete old permission no more used
|
||||||
DELETE FROM llx_rights_def WHERE perms = 'main' and module = 'commercial';
|
DELETE FROM llx_rights_def WHERE perms = 'main' and module = 'commercial';
|
||||||
|
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user