Commit 4276738c authored by Jean-Paul Smets's avatar Jean-Paul Smets

*** empty log message ***


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1222 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d9a2d1c8
......@@ -74,7 +74,7 @@ def getCodeEan13Client(self) :
new_key = tuple([resource] + predicate_value)
code_ean13_client[new_key] = cell.getProperty(key='code_ean13')
else :
return ''
return resource_value.getCodeEan13('')
if code_ean13_client.has_key(key):
return code_ean13_client[key]
......
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