[Erp5-report] r13947 - in /erp5/trunk/bt5/erp5_banking_core: SkinTemplateItem/portal_skins/...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Apr 4 23:38:28 CEST 2007


Author: seb
Date: Wed Apr  4 23:38:26 2007
New Revision: 13947

URL: http://svn.erp5.org?rev=13947&view=rev
Log:
fixed undefined variable

Modified:
    erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CashDelivery_checkCounterInventory.xml
    erp5/trunk/bt5/erp5_banking_core/bt/revision

Modified: erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CashDelivery_checkCounterInventory.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CashDelivery_checkCounterInventory.xml?rev=13947&r1=13946&r2=13947&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CashDelivery_checkCounterInventory.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CashDelivery_checkCounterInventory.xml Wed Apr  4 23:38:26 2007
@@ -124,7 +124,7 @@
     source_counter = source\n
   # Make sure there is no reindex with the tag of this counter\n
   if not serialize_dict.has_key(source_counter):\n
-    serialize_dict[key] = 1\n
+    serialize_dict[source_counter] = 1\n
     source_object = context.portal_categories.getCategoryValue(source_counter)\n
     source_object.serialize()\n
   # Reindex this line with this particular source_counter tag\n
@@ -235,7 +235,6 @@
                             <string>line</string>
                             <string>line_resource</string>
                             <string>_write_</string>
-                            <string>key</string>
                             <string>source_object</string>
                             <string>activate_kw</string>
                             <string>cell</string>

Modified: erp5/trunk/bt5/erp5_banking_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/bt/revision?rev=13947&r1=13946&r2=13947&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/bt/revision (original)
+++ erp5/trunk/bt5/erp5_banking_core/bt/revision Wed Apr  4 23:38:26 2007
@@ -1,1 +1,1 @@
-183
+185




More information about the Erp5-report mailing list