Commit 8e48e4ba authored by Yusei Tahara's avatar Yusei Tahara

2010-07-12 yusei

* Fix industrial phase list field bug on Transformation_view.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37052 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4e80cfdb
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>cell/getIndustrialPhaseTranslatedTitle</string> </value> <value> <string>cell/getIndustrialPhase</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>cell/portal_categories/industrial_phase/getCategoryChildLogicalPathItemList</string> </value> <value> <string>cell/portal_categories/industrial_phase/getCategoryChildTranslatedLogicalPathItemList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
2010-07-12 yusei
* Fix industrial phase list field bug on Transformation_view.
2010-06-14 kazuhiko 2010-06-14 kazuhiko
* Fix a bug in Base_validateEan13Code that does not work in the case where the check digit is 0. * Fix a bug in Base_validateEan13Code that does not work in the case where the check digit is 0.
......
502 503
\ No newline at end of file \ No newline at end of file
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