Commit 9ebccc8b authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix inverted Supplier and Client columns labels.

parent 45a397ec
......@@ -86,11 +86,11 @@
<string>Title</string>
</tuple>
<tuple>
<string>source_section_title</string>
<string>destination_section_title</string>
<string>Client</string>
</tuple>
<tuple>
<string>destination_section_title</string>
<string>source_section_title</string>
<string>Supplier</string>
</tuple>
<tuple>
......@@ -136,11 +136,11 @@
<string>Title</string>
</tuple>
<tuple>
<string>source_section_title</string>
<string>destination_section_title</string>
<string>Client</string>
</tuple>
<tuple>
<string>destination_section_title</string>
<string>source_section_title</string>
<string>Supplier</string>
</tuple>
<tuple>
......@@ -182,11 +182,11 @@
<string>Title</string>
</tuple>
<tuple>
<string>source_section_title</string>
<string>destination_section_title</string>
<string>Client</string>
</tuple>
<tuple>
<string>destination_section_title</string>
<string>source_section_title</string>
<string>Supplier</string>
</tuple>
<tuple>
......
2011-12-06 arnaud.fontaine
* Fix inverted Supplier and Client columns labels.
2011-11-22 yusei
* Stop showing detailed DateTime in listbox. This problem started occur due to recent specification change of zope's DateTime.
......
101
\ No newline at end of file
102
\ 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