From 186dae9f898ac87fed9340227c59cb279282aa59 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Fri, 28 Mar 2008 11:39:38 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20193 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/Alarm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Document/Alarm.py b/product/ERP5/Document/Alarm.py index e17b898b53..a11efd42aa 100644 --- a/product/ERP5/Document/Alarm.py +++ b/product/ERP5/Document/Alarm.py @@ -436,7 +436,7 @@ class Alarm(XMLObject, PeriodicityMixin): if self.sense(): prefix = 'ERROR' else: - if notification_mode != 'always' + if notification_mode != 'always': return prefix = 'INFO' notification_tool = getToolByName(self, 'portal_notifications') -- 2.30.9