[Erp5-report] r22784 - in /erp5/trunk/bt5/erp5_trade: SkinTemplateItem/portal_skins/erp5_tr...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Jul 31 16:05:22 CEST 2008
Author: jerome
Date: Thu Jul 31 16:05:21 2008
New Revision: 22784
URL: http://svn.erp5.org?rev=22784&view=rev
Log:
fix wrong TALES on inventory line view. Quantity & Price should not be shown if
line has cell content.
Modified:
erp5/trunk/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/InventoryLine_viewFieldLibrary/my_price.xml
erp5/trunk/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/InventoryLine_viewFieldLibrary/my_quantity.xml
erp5/trunk/bt5/erp5_trade/bt/revision
Modified: erp5/trunk/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/InventoryLine_viewFieldLibrary/my_price.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/InventoryLine_viewFieldLibrary/my_price.xml?rev=22784&r1=22783&r2=22784&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/InventoryLine_viewFieldLibrary/my_price.xml (original)
+++ erp5/trunk/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/InventoryLine_viewFieldLibrary/my_price.xml Thu Jul 31 16:05:21 2008
@@ -57,7 +57,7 @@
<value>
<dictionary>
<item>
- <key> <string>enabled</string> </key>
+ <key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
@@ -75,7 +75,7 @@
<value> <string></string> </value>
</item>
<item>
- <key> <string>title</string> </key>
+ <key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
@@ -122,7 +122,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
- <value> <string>not: here/hasLineContent</string> </value>
+ <value> <string>not: here/hasCellContent</string> </value>
</item>
</dictionary>
</pickle>
Modified: erp5/trunk/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/InventoryLine_viewFieldLibrary/my_quantity.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/InventoryLine_viewFieldLibrary/my_quantity.xml?rev=22784&r1=22783&r2=22784&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/InventoryLine_viewFieldLibrary/my_quantity.xml (original)
+++ erp5/trunk/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/InventoryLine_viewFieldLibrary/my_quantity.xml Thu Jul 31 16:05:21 2008
@@ -56,7 +56,7 @@
<value>
<dictionary>
<item>
- <key> <string>enabled</string> </key>
+ <key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
@@ -81,10 +81,6 @@
<value>
<dictionary>
<item>
- <key> <string>description</string> </key>
- <value> <string>Default quantity</string> </value>
- </item>
- <item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
@@ -99,10 +95,6 @@
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
- </item>
- <item>
- <key> <string>title</string> </key>
- <value> <string>Quantity</string> </value>
</item>
</dictionary>
</value>
@@ -121,7 +113,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
- <value> <string>not: here/hasLineContent</string> </value>
+ <value> <string>not: here/hasCellContent</string> </value>
</item>
</dictionary>
</pickle>
Modified: erp5/trunk/bt5/erp5_trade/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/revision?rev=22784&r1=22783&r2=22784&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/revision (original)
+++ erp5/trunk/bt5/erp5_trade/bt/revision Thu Jul 31 16:05:21 2008
@@ -1,1 +1,1 @@
-457
+458
More information about the Erp5-report
mailing list