diff --git a/product/ERP5/Document/Bug.py b/product/ERP5/Document/Bug.py index 09a754cdc845d1c113ddff6ac2a6533b1085f16a..f78ef3bf57e8b54ce897df6ac793c80a6145963c 100644 --- a/product/ERP5/Document/Bug.py +++ b/product/ERP5/Document/Bug.py @@ -32,11 +32,7 @@ from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface from Products.ERP5.Document.Ticket import Ticket class Bug(Ticket): - """ - LEGACY - - This class is superceded by the Ticket class. Legacy - Bug data should still be usable. + """Bug means a bug report, a feature request or an issue. """ meta_type = 'ERP5 Bug'