diff --git a/CHANGELOG b/CHANGELOG index fbfc2f0..e4e5dae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +0.12 +- Ajout Mollie à la table moyens de paiement 0.11 - Changement mention finale pour devis 0.9 diff --git a/data/schema.sql b/data/schema.sql index 0cc7a67..0d9431a 100644 --- a/data/schema.sql +++ b/data/schema.sql @@ -43,6 +43,7 @@ INSERT OR IGNORE INTO plugin_facturation_paiement (code, nom) VALUES ('PR', 'Pr INSERT OR IGNORE INTO plugin_facturation_paiement (code, nom) VALUES ('TI', 'TIP'); INSERT OR IGNORE INTO plugin_facturation_paiement (code, nom) VALUES ('VI', 'Virement'); INSERT OR IGNORE INTO plugin_facturation_paiement (code, nom) VALUES ('HA', 'HelloAsso'); +INSERT OR IGNORE INTO plugin_facturation_paiement (code, nom) VALUES ('MO', 'Mollie'); INSERT OR IGNORE INTO plugin_facturation_paiement (code, nom) VALUES ('AU', 'Autre'); -- Modif DD -- ajout de la table des textes associés aux CERFA diff --git a/plugin.ini b/plugin.ini index 8a08cf4..7f5766c 100644 --- a/plugin.ini +++ b/plugin.ini @@ -2,7 +2,7 @@ name="Facturation" description="Permet d'éditer des factures, devis et reçus à ses membres ainsi qu'à une base de clients supplémentaire." author="zou ; adapté par jce" url="https://git.roflcopter.fr/lesanges/paheko-plugin-facturation" -version="0.11" +version="0.12" menu=true restrict_section="accounting" restrict_level="read" diff --git a/upgrade.php b/upgrade.php index 5df22ea..feb994f 100644 --- a/upgrade.php +++ b/upgrade.php @@ -211,7 +211,6 @@ if (version_compare($old_version, '0.8.1', '<')) } // 0.8.5 Ajout champs SIREN/SIRET à la table clients - if (version_compare($old_version, '0.8.5', '<')) { $db->exec(<<exec(<<