Skip to content
Snippets Groups Projects
Commit 70516286 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Modif intitul mail

parent c86e9083
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ function Generate($date_gen, $db, $date_now, $email)
function MailFile($filename, $shortname, $to)
{
$subject = "Recapitulatif des commandes";
$subject = "Recapitulatif hebdomadaire des commandes";
$sendto = $to;
......
......@@ -64,7 +64,7 @@ function Generate($date_gen, $db, $date_now, $email)
$worksheet = &$workbook->addworksheet();
$worksheet->write(0, 0, "Rcapitulation des commandes du mois de ".strftime("%B %Y",$date_gen)." (gnr le ".strftime("%d %B %Y %HH%M", $date_now) . ")");
$worksheet->write(0, 0, "Rcapitulatif des commandes du mois de ".strftime("%B %Y",$date_gen)." (gnr le ".strftime("%d %B %Y %HH%M", $date_now) . ")");
$worksheet->set_column('A:A', 12);
$worksheet->set_column('B:B', 42);
......@@ -238,7 +238,7 @@ function Generate($date_gen, $db, $date_now, $email)
function MailFile($filename, $shortname, $to)
{
$subject = "Recapitulatif des commandes";
$subject = "Recapitulatif mensuel des commandes";
$sendto = $to;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment