Commit 12c3e24c authored by Jérome Perrin's avatar Jérome Perrin

item: Reorder columns in tracking listbox

Having the "Origin" before the "Site" makes it more readable, it
reads like:
Source Destination
Source Destination

which is easier to understand than
Destination Source
Destination Source
parent 0a4b94fb
......@@ -90,14 +90,14 @@
<string>date</string>
<string>Date</string>
</tuple>
<tuple>
<string>node_title</string>
<string>Site or Warehouse</string>
</tuple>
<tuple>
<string>source_title</string>
<string>Origin</string>
</tuple>
<tuple>
<string>node_title</string>
<string>Site or Warehouse</string>
</tuple>
<tuple>
<string>section_title</string>
<string>Organisation</string>
......
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