From 6c3a9f61e1ea5ba42bd6819f0eb87e129cf5e631 Mon Sep 17 00:00:00 2001 From: "marcimat@rezo.net" <> Date: Fri, 24 Jan 2014 09:51:39 +0000 Subject: [PATCH] Traitements sur certains champs --- base/factures.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/factures.php b/base/factures.php index 225276f..2e94bb9 100644 --- a/base/factures.php +++ b/base/factures.php @@ -26,6 +26,10 @@ function factures_declarer_tables_interfaces($interfaces) { $interfaces['table_des_tables']['factures'] = 'factures'; $interfaces['table_des_tables']['factures_lignes'] = 'factures_lignes'; + $interfaces['table_des_traitements']['LIBELLE_FACTURE']['spip_factures'] = _TRAITEMENT_TYPO; + $interfaces['table_des_traitements']['DESIGNATION']['spip_factures_lignes'] = _TRAITEMENT_TYPO; + $interfaces['table_des_traitements']['COMMENTAIRE']['spip_factures_lignes'] = _TRAITEMENT_RACCOURCIS; + return $interfaces; }