Commit e69dc45e authored by Jim Fulton's avatar Jim Fulton

Fixed bug that caused products to be "reinstalled" on each startup.

parent c5e5aa32
......@@ -147,6 +147,7 @@ class Product(Folder):
icon='p_/Product_icon'
version=''
configurable_objects_=()
__import_error__=None
def new_version(self,
_intending=regex.compile("[.]?[0-9]+$").search,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment