[Erp5-report] r16620 - /erp5/trunk/products/ERP5/Document/Inventory.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Sep 26 09:25:51 CEST 2007
Author: romain
Date: Wed Sep 26 09:25:50 2007
New Revision: 16620
URL: http://svn.erp5.org?rev=16620&view=rev
Log:
Typo
Modified:
erp5/trunk/products/ERP5/Document/Inventory.py
Modified: erp5/trunk/products/ERP5/Document/Inventory.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Inventory.py?rev=16620&r1=16619&r2=16620&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Inventory.py (original)
+++ erp5/trunk/products/ERP5/Document/Inventory.py Wed Sep 26 09:25:50 2007
@@ -118,7 +118,7 @@
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:
More information about the Erp5-report
mailing list