|
|
|
@ -14,7 +14,7 @@ if (!defined('_ECRIRE_INC_VERSION')) {
|
|
|
|
|
* Retourne le flux possiblement modifié |
|
|
|
|
**/ |
|
|
|
|
function commandes_abonnements_fiscalite_declarer_tables_objets_sql($flux) { |
|
|
|
|
$flux['spip_abonnements_offres']['field']['fiscalite_type'] = 'varchar(10) not null default ""'; |
|
|
|
|
$flux['spip_abonnements_offres']['field']['fiscalite_type'] = 'varchar(50) not null default ""'; |
|
|
|
|
$flux['spip_abonnements_offres']['field']['fiscalite_montant_deduit'] = 'decimal(20,6) not null default 0'; |
|
|
|
|
$flux['spip_abonnements_offres']['champs_editables'][] = 'fiscalite_type'; |
|
|
|
|
$flux['spip_abonnements_offres']['champs_editables'][] = 'fiscalite_montant_deduit'; |
|
|
|
|