diff --git a/product/ERP5/Document/Telephone.py b/product/ERP5/Document/Telephone.py index 95938c267f8544d1dd604ffae79c74bc23b87940..fb96cc9862842e1b381b444d3b66bb6b11c12cb7 100644 --- a/product/ERP5/Document/Telephone.py +++ b/product/ERP5/Document/Telephone.py @@ -181,7 +181,8 @@ class Telephone(Coordinate, Base): from zLOG import LOG, WARNING msg = "Doesn't exist a regex to handle this telephone: ", \ coordinate_text - LOG('Telephone.fromText', WARNING, msg) + LOG('Telephone.fromText', WARNING, msg) + self.edit(telephone_number = input_without_markup) return number_dict = number_match.groupdict() else: