diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py index c4c4011506b68ab0ad39631593ed5cd145139afe..6b5ef36372a90435dc25573a8dbc8dc616d1172e 100644 --- a/product/ERP5/Document/BusinessTemplate.py +++ b/product/ERP5/Document/BusinessTemplate.py @@ -5281,7 +5281,7 @@ Business Template is a set of definitions, such as skins, portal types and categ # override update_catalog parameter only if value # is not explicitely passed. update_catalog = 1 - else: + elif update_catalog is _MARKER: update_catalog = 0 if update_catalog: catalog = _getCatalogValue(self)