[Erp5-report] r8996 - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Aug 2 17:07:04 CEST 2006
Author: chris
Date: Wed Aug 2 17:07:03 2006
New Revision: 8996
URL: http://svn.erp5.org?rev=8996&view=rev
Log:
- Fixed typo
Modified:
erp5/trunk/products/ERP5/Document/BusinessTemplate.py
Modified: erp5/trunk/products/ERP5/Document/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessTemplate.py?rev=8996&r1=8995&r2=8996&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py Wed Aug 2 17:07:03 2006
@@ -4286,7 +4286,7 @@
"""
if self.getBuildingState() != 'built':
raise TemplateConditionError, \
- 'Business Template must be build before export'
+ 'Business Template must be built before export'
if self.getInstallationState() == 'installed':
raise TemplateConditionError, \
'Can not export installed Business Template'
More information about the Erp5-report
mailing list