From 7f2404adb4f30e25ad392b09df75cf949bfdb16f Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 20 Apr 2011 09:17:09 +0000 Subject: [PATCH] Ajout helper pour affichage siren et siret --- application/views/default/helpers/SirenTexte.php | 10 ++++++++++ application/views/default/helpers/SiretTexte.php | 11 +++++++++++ 2 files changed, 21 insertions(+) create mode 100644 application/views/default/helpers/SirenTexte.php create mode 100644 application/views/default/helpers/SiretTexte.php diff --git a/application/views/default/helpers/SirenTexte.php b/application/views/default/helpers/SirenTexte.php new file mode 100644 index 000000000..f40701d3a --- /dev/null +++ b/application/views/default/helpers/SirenTexte.php @@ -0,0 +1,10 @@ +'.substr($siret, 9, 5).''; + } +} \ No newline at end of file