Commit a7188c4f authored by Romain Courteaud's avatar Romain Courteaud

Typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16620 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2ba9b887
......@@ -118,7 +118,7 @@ class Inventory(Delivery):
for line in current_inventory_list:
current_inventory_key = tuple(
[line[x] for x in current_inventory_key_id_list])
if current_inventory_key[1] == None:
if current_inventory_key[1] is None:
# To be consistent
current_inventory_key = (current_inventory_key[0], "")
try:
......
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