Commit 57e1af48 authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5_forge: Fix typo (ceefef53).

parent ae0c7be8
Pipeline #36311 running with stage
......@@ -67,7 +67,7 @@ def iterate(document, skin_path):
sub_object.proxifyField(field_dict=proxify_dict)
if sub_object.meta_type == "Folder":
skin_path = "%s/%s" % (skin_path, x.getId())
skin_path = "%s/%s" % (skin_path, sub_object.getId())
iterate(sub_object, skin_path=skin_path)
# Only search ProxyFields within skin folder defined by this business template
......
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