Commit 70707c20 authored by Yusei Tahara's avatar Yusei Tahara

2010-2-1 yusei

* Fix a mistake. Labor document must list up career documents.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32106 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1daa6446
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>temporary_result = [assignment\n <value> <string>temporary_result = [assignment\n
for assignment in context.contentValues(portal_type=\'Assignment\')\n for assignment in context.contentValues(portal_type=\'Career\')\n
if assignment.getValidationState()==\'open\']\n if assignment.getValidationState()==\'open\']\n
return sequence.sort(temporary_result, ((\'start_date\', \'cmp\', \'asc\'),))\n return sequence.sort(temporary_result, ((\'start_date\', \'cmp\', \'asc\'),))\n
</string> </value> </string> </value>
...@@ -119,7 +119,7 @@ return sequence.sort(temporary_result, ((\'start_date\', \'cmp\', \'asc\'),))\n ...@@ -119,7 +119,7 @@ return sequence.sort(temporary_result, ((\'start_date\', \'cmp\', \'asc\'),))\n
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Person_getAssignmentListAsLaborListPrintOut</string> </value> <value> <string>Person_getCareerListAsLaborListPrintOut</string> </value>
</item> </item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
......
...@@ -102,7 +102,6 @@ ...@@ -102,7 +102,6 @@
<string>my_career_function_title</string> <string>my_career_function_title</string>
<string>my_address_text</string> <string>my_address_text</string>
<string>listbox</string> <string>listbox</string>
<string>my_aaaa</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -360,14 +360,14 @@ ...@@ -360,14 +360,14 @@
<string>title</string> <string>title</string>
<string>title</string> <string>title</string>
</tuple> </tuple>
<tuple>
<string>start_date</string>
<string>start_date</string>
</tuple>
<tuple> <tuple>
<string>description</string> <string>description</string>
<string>description</string> <string>description</string>
</tuple> </tuple>
<tuple>
<string>start_date</string>
<string>start_date</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
...@@ -517,7 +517,7 @@ ...@@ -517,7 +517,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Assignments</string> </value> <value> <string>Career list</string> </value>
</item> </item>
<item> <item>
<key> <string>untranslatable_columns</string> </key> <key> <string>untranslatable_columns</string> </key>
...@@ -548,7 +548,7 @@ ...@@ -548,7 +548,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>method_name</string> </key> <key> <string>method_name</string> </key>
<value> <string>Person_getAssignmentListAsLaborListPrintOut</string> </value> <value> <string>Person_getCareerListAsLaborListPrintOut</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
2010-2-1 yusei
* Fix a mistake. Labor document must list up career documents.
2010-1-31 yusei 2010-1-31 yusei
* Add Japanese labor document printout. * Add Japanese labor document printout.
* Remove two categories, career_start_mode and career_stop_mode. * Remove two categories, career_start_mode and career_stop_mode.
......
4 5
\ 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