[Erp5-report] r16124 - in /erp5/trunk/products/ERP5/bootstrap/erp5_mysql_innodb_catalog: Ca...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 6 16:49:44 CEST 2007


Author: vincent
Date: Thu Sep  6 16:49:43 2007
New Revision: 16124

URL: http://svn.erp5.org?rev=16124&view=rev
Log:
Use isInventoryMovement instead of isInventoryLine:
 - it was missnamed
 - cells defined on lines must be indexed in place of the lines if any exist (already handled via isAccountable).

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_mysql_innodb_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_inventory_stock_list.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_mysql_innodb_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_inventory_stock_list.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_mysql_innodb_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_inventory_stock_list.xml?rev=16124&r1=16123&r2=16124&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_mysql_innodb_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_inventory_stock_list.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_mysql_innodb_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_inventory_stock_list.xml Thu Sep  6 16:49:43 2007
@@ -156,7 +156,7 @@
                                 </value>
                             </item>
                             <item>
-                                <key> <string>isInventoryLine</string> </key>
+                                <key> <string>isInventoryMovement</string> </key>
                                 <value>
                                   <dictionary/>
                                 </value>
@@ -203,7 +203,7 @@
 <string>getPortalType</string>
 <string>getVariationText</string>
 <string>getSubVariationText</string>
-<string>isInventoryLine</string>
+<string>isInventoryMovement</string>
                           </list>
                         </value>
                     </item>
@@ -243,7 +243,7 @@
 getPortalType\r\n
 getVariationText\r\n
 getSubVariationText\r\n
-isInventoryLine</string> </value>
+isInventoryMovement</string> </value>
         </item>
         <item>
             <key> <string>connection_id</string> </key>
@@ -269,7 +269,7 @@
 \n
 <dtml-let row_list="[]">\n
   <dtml-in prefix="loop" expr="_.range(_.len(uid))">\n
-    <dtml-if expr="isInventoryLine[loop_item] and isMovement[loop_item] and isAccountable[loop_item] and getResourceUid[loop_item]">\n
+    <dtml-if expr="isInventoryMovement[loop_item] and isMovement[loop_item] and isAccountable[loop_item] and getResourceUid[loop_item]">\n
       <dtml-if "getDestinationUid[loop_item]">\n
         <dtml-call expr="row_list.append([\n
                     uid[loop_item], \n
@@ -393,7 +393,7 @@
 \n
 <dtml-let row_list="[]">\n
   <dtml-in prefix="loop" expr="_.range(_.len(uid))">\n
-    <dtml-if expr="isInventoryLine[loop_item] and isMovement[loop_item] and isAccountable[loop_item] and getResourceUid[loop_item]">\n
+    <dtml-if expr="isInventoryMovement[loop_item] and isMovement[loop_item] and isAccountable[loop_item] and getResourceUid[loop_item]">\n
       <dtml-if "getDestinationUid[loop_item]">\n
         <dtml-call expr="row_list.append([\n
                     uid[loop_item], \n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision?rev=16124&r1=16123&r2=16124&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision Thu Sep  6 16:49:43 2007
@@ -1,1 +1,1 @@
-78
+80




More information about the Erp5-report mailing list