Commit 56c533cb authored by Klaus Wölfel's avatar Klaus Wölfel

erp5_interface_cxml: fix error when Base_isCxml was called on Sale Quote

parent 42f937f5
portal_type = context.getPortalType() portal_type = context.getPortalType()
order = None
if portal_type == "Sale Order": if portal_type == "Sale Order":
order = context order = context
elif portal_type in ("Sale Packing List", "Sale Invoice Transaction"): elif portal_type in ("Sale Packing List", "Sale Invoice Transaction"):
......
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