Projet

Général

Profil

Révision dd95fdd4 plugins/anet_epacks/front/plugin_anet_epacks.generate_odt_maintenance3.form.php

Voir les différences:

plugins/anet_epacks/front/plugin_anet_epacks.generate_odt_maintenance3.form.php
81 81
  $odf->setVars('clientcontact', "____________________", true, 'UTF-8');
82 82
  
83 83
  //On créé un fichier local pour archive ...
84
  $fichier = "contrats/" . date("Y-m-d") . "-abuledu-maintenance-" . $cname . ".odt";
84
  $fichier = "contrats/" . date("Ymd") . "-abuledu-maintenance-" . $cname . ".odt";
85 85
  $odf->saveToDisk($fichier);
86 86
  pushfile($fichier);
87 87
  //On génère le fichier

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux