aboutsummaryrefslogtreecommitdiffstats
path: root/servo/management/commands/cron.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-11-16 11:57:31 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-11-16 11:57:31 +0200
commit15ea45e17ebe662b4a105a0a61d6e46dcf591358 (patch)
tree2855dc2212c276956c4525e96714e21e36dfc353 /servo/management/commands/cron.py
parent767debc0bd38361808c0ca29c89e6cf950eeb7f2 (diff)
downloadServo-15ea45e17ebe662b4a105a0a61d6e46dcf591358.tar.gz
Servo-15ea45e17ebe662b4a105a0a61d6e46dcf591358.tar.bz2
Servo-15ea45e17ebe662b4a105a0a61d6e46dcf591358.zip
Cleanup
Diffstat (limited to 'servo/management/commands/cron.py')
-rwxr-xr-xservo/management/commands/cron.py2
1 files changed, 1 insertions, 1 deletions
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()