Commit 0c5ead48 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* Make it possible to sort/search on Project Module view.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34421 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2af6583a
......@@ -117,11 +117,11 @@
<string>Supervisor</string>
</tuple>
<tuple>
<string>start_date</string>
<string>delivery.start_date</string>
<string>Begin Date</string>
</tuple>
<tuple>
<string>stop_date</string>
<string>delivery.stop_date</string>
<string>End Date</string>
</tuple>
<tuple>
......@@ -140,11 +140,11 @@
<value>
<list>
<tuple>
<string>start_date</string>
<string>delivery.start_date</string>
<string>Begin Date</string>
</tuple>
<tuple>
<string>stop_date</string>
<string>delivery.stop_date</string>
<string>End Date</string>
</tuple>
</list>
......@@ -190,11 +190,11 @@
<string>Supervisor</string>
</tuple>
<tuple>
<string>start_date</string>
<string>delivery.start_date</string>
<string>Begin Date</string>
</tuple>
<tuple>
<string>stop_date</string>
<string>delivery.stop_date</string>
<string>End Date</string>
</tuple>
<tuple>
......
2010-04-09 kazuhiko
* Make it possible to sort/search on Project Module view.
* Allow Assignor to update validated Projects.
2010-03-17 tatuya
......
758
\ No newline at end of file
759
\ 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