Commit 162131d8 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_advanced_ecommerce: fix

parent 0999dba4
Pipeline #39897 failed with stage
in 0 seconds
<tal:block tal:define="isAnon here/portal_membership/isAnonymousUser">
<tal:block tal:condition="not: isAnon"
tal:define="customer here/portal_membership/getAuthenticatedMember/getUserValue;
tal:define="customer python: here.portal_membership.getAuthenticatedMember().getUserValue();
login customer/getReference | string: ;
website here/getWebSiteValue">
......
......@@ -29,7 +29,7 @@
</tal:block>
<tal:block tal:condition="not: isAnon"
tal:define="customer here/portal_membership/getAuthenticatedMember/getUserValue;
tal:define="customer python: here.portal_membership.getAuthenticatedMember().getUserValue();
login customer/getReference | string: ;
website here/getWebSiteValue">
......
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