<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -57,7 +57,7 @@
   &lt;%= t('menu.places') %&gt;
   &lt;% if not @printer.is_part_of_a_workstation %&gt;
   &lt;div id=&quot;quarter&quot; &gt;
-    &lt;%= collection_select 'printer', 'place_id', Place.find(:all), 'id', 'title',
+    &lt;%= collection_select 'printer', 'place_id', Place.find(:all, :select =&gt; 'id, title', :order =&gt; 'title ASC'), 'id', 'title',
         {:prompt =&gt; true} %&gt;
   &lt;/div&gt;
   &lt;% end %&gt;</diff>
      <filename>app/views/printers/_form.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -58,7 +58,7 @@ t('help_phrases.in_workstation'),'quarter', 'screen')%&gt;
   &lt;%= t('menu.places') %&gt;
   &lt;% if not @screen.is_part_of_a_workstation %&gt;
   &lt;div id=&quot;quarter&quot; &gt;
-    &lt;%= collection_select 'screen', 'place_id', Place.find(:all), 'id', 'title',
+    &lt;%= collection_select 'screen', 'place_id', Place.find(:all, :select =&gt; 'id, title', :order =&gt; 'title ASC'), 'id', 'title',
         {:prompt =&gt; true} %&gt;
   &lt;/div&gt;
   &lt;% end %&gt;</diff>
      <filename>app/views/screens/_form.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c0d942b3afec8d1dfc6121168e76b55a43bb6988</id>
    </parent>
  </parents>
  <author>
    <name>cesar</name>
    <email>cesar@cesar.unl.edu.ar</email>
  </author>
  <url>http://github.com/cesarediaz/inventory/commit/a405675d8e0e70f32023773ae61303dfc041e48b</url>
  <id>a405675d8e0e70f32023773ae61303dfc041e48b</id>
  <committed-date>2009-10-08T15:08:02-07:00</committed-date>
  <authored-date>2009-10-08T15:08:02-07:00</authored-date>
  <message>- Partials
  * added order in list of places inside of forms</message>
  <tree>8e307d1996eb59331ff9a790904545f17f82b4c6</tree>
  <committer>
    <name>cesar</name>
    <email>cesar@cesar.unl.edu.ar</email>
  </committer>
</commit>
