Fix: service to expire instead invoice unpayed

This commit is contained in:
simnandez 2013-09-05 16:13:30 +02:00
parent 7229b728a3
commit d4e62805ef

View File

@ -197,7 +197,7 @@ if ($resql)
} }
else else
{ {
print "No unpaid invoices found\n"; print "No services to expire found\n";
} }
exit(0); exit(0);