From 88b5723620dc7ec622000e154b30343fec17ccaf Mon Sep 17 00:00:00 2001 From: simnandez Date: Tue, 7 May 2013 18:33:44 +0200 Subject: [PATCH] Fix: bad explanation --- scripts/contracts/email_expire_services_to_customers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/contracts/email_expire_services_to_customers.php b/scripts/contracts/email_expire_services_to_customers.php index 9277946b45a..0c73b0a3725 100755 --- a/scripts/contracts/email_expire_services_to_customers.php +++ b/scripts/contracts/email_expire_services_to_customers.php @@ -42,7 +42,7 @@ if (! isset($argv[1]) || ! $argv[1] || ! in_array($argv[1],array('test','confirm print "\n"; print "Send an email to customers to remind all all contracts services to expire.\n"; print "If you choose 'test' mode, no emails are sent.\n"; - print "If you add a delay (nb of days), only invoice with due date < today + delay are included.\n"; + print "If you add a delay (nb of days), only services with expired date < today + delay are included.\n"; exit; } $mode=$argv[1];