From 15ea45e17ebe662b4a105a0a61d6e46dcf591358 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 16 Nov 2015 11:57:31 +0200 Subject: Cleanup --- servo/management/commands/cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servo/management/commands/cron.py') diff --git a/servo/management/commands/cron.py b/servo/management/commands/cron.py index d4e6b89..adc6d34 100755 --- a/servo/management/commands/cron.py +++ b/servo/management/commands/cron.py @@ -128,5 +128,5 @@ class Command(BaseCommand): def handle(self, *args, **options): #self.update_invoices() self.update_counts() - #self.notify_aging_repairs() + self.notify_aging_repairs() self.notify_stock_limits() -- cgit v1.2.3