Date technique dans la reference
authorCerdic <cedric@yterium.com>
Tue, 10 Dec 2013 18:13:04 +0000 (19:13 +0100)
committerCerdic <cedric@yterium.com>
Tue, 10 Dec 2013 18:13:04 +0000 (19:13 +0100)
modeles/mail-souscription-echec.html
modeles/mail-souscription-succes.html
souscription_autorisations.php

index 1bbe1bc..c2b4a77 100644 (file)
@@ -4,5 +4,5 @@ Bonjour[ (#PRENOM)][ (#NOM)],
 
 Votre règlement de #MONTANT euros n'a pu être pris en compte.
 
-Référence : Transaction ##ID_TRANSACTION du [(#DATE_TRANSACTION|affdate)]
+Référence : Transaction ##ID_TRANSACTION du [(#DATE_TRANSACTION|affdate{Y-m-d H:i:s})]
 </BOUCLE_infos_souscription>
index 79e1e5f..499ce89 100644 (file)
@@ -4,5 +4,5 @@ Bonjour[ (#PRENOM)][ (#NOM)],
 
 Votre règlement de [(#MONTANT|affiche_monnaie)] a bien été pris en compte, et nous vous en remercions.
 
-Référence : Transaction ##ID_TRANSACTION du [(#DATE_TRANSACTION|affdate)]
+Référence : Transaction ##ID_TRANSACTION du [(#DATE_TRANSACTION|affdate{Y-m-d H:i:s})]
 </BOUCLE_infos_souscription>
index 7af6d0a..58c8213 100644 (file)
@@ -81,4 +81,4 @@ function autoriser_souscription_configurer_dist($faire, $mode='', $id=0, $qui =
 
 function autoriser_souscriptioncampagne_dist($faire, $mode='', $id=0, $qui = NULL, $opt = NULL){
   return autoriser('webmestre');
-}
+}
\ No newline at end of file