ADD new stripe provider in dictionnary

For  better informations in Dolibarr and on object/pdf (order, invoice....)
This commit is contained in:
ptibogxiv 2021-11-12 17:56:59 +01:00 committed by GitHub
parent e113fe468f
commit 2625c8fea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -448,3 +448,8 @@ ALTER TABLE llx_socpeople DROP COLUMN googleplus;
ALTER TABLE llx_socpeople DROP COLUMN youtube;
ALTER TABLE llx_socpeople DROP COLUMN whatsapp;
INSERT INTO llx_c_paiement (id,code,libelle,type,active) values (100, 'KLA', 'Klarna', 1, 1);
INSERT INTO llx_c_paiement (id,code,libelle,type,active) values (100, 'SOF', 'Sofort', 1, 1);
INSERT INTO llx_c_paiement (id,code,libelle,type,active) values (100, 'BAN', 'Bancontact' 1, 1);
INSERT INTO llx_c_paiement (id,code,libelle,type,active) values (100, 'IDE', 'iDeal' 1, 1);
INSERT INTO llx_c_paiement (id,code,libelle,type,active) values (100, 'GIR', 'Giropay' 1, 1)