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 @@
<item>
<key> <string>_body</string> </key>
<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
return sequence.sort(temporary_result, ((\'start_date\', \'cmp\', \'asc\'),))\n
</string> </value>
......@@ -119,7 +119,7 @@ return sequence.sort(temporary_result, ((\'start_date\', \'cmp\', \'asc\'),))\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Person_getAssignmentListAsLaborListPrintOut</string> </value>
<value> <string>Person_getCareerListAsLaborListPrintOut</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
......
......@@ -102,7 +102,6 @@
<string>my_career_function_title</string>
<string>my_address_text</string>
<string>listbox</string>
<string>my_aaaa</string>
</list>
</value>
</item>
......
......@@ -360,14 +360,14 @@
<string>title</string>
<string>title</string>
</tuple>
<tuple>
<string>start_date</string>
<string>start_date</string>
</tuple>
<tuple>
<string>description</string>
<string>description</string>
</tuple>
<tuple>
<string>start_date</string>
<string>start_date</string>
</tuple>
</list>
</value>
</item>
......@@ -517,7 +517,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Assignments</string> </value>
<value> <string>Career list</string> </value>
</item>
<item>
<key> <string>untranslatable_columns</string> </key>
......@@ -548,7 +548,7 @@
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>Person_getAssignmentListAsLaborListPrintOut</string> </value>
<value> <string>Person_getCareerListAsLaborListPrintOut</string> </value>
</item>
</dictionary>
</pickle>
......
2010-2-1 yusei
* Fix a mistake. Labor document must list up career documents.
2010-1-31 yusei
* Add Japanese labor document printout.
* Remove two categories, career_start_mode and career_stop_mode.
......
4
\ No newline at end of file
5
\ 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