details:   http://code.openbravo.com/erp/devel/pi/rev/9c25af4090cd
changeset: 3639:9c25af4090cd
user:      Ainhoa Pagola <ainhoa.pag...@openbravo.com>
date:      Wed Feb 25 18:24:31 2009 +0100
description:
Fixes bug 7590Location selector shows Country before region now

diffs (41 lines):

diff -r 5f2675890c94 -r 9c25af4090cd 
src/org/openbravo/erpCommon/info/Location_F1.html
--- a/src/org/openbravo/erpCommon/info/Location_F1.html Wed Feb 25 16:55:07 
2009 +0100
+++ b/src/org/openbravo/erpCommon/info/Location_F1.html Wed Feb 25 18:24:31 
2009 +0100
@@ -148,6 +148,18 @@
             <td/>
           </tr>
           <tr>
+            <td class="TitleCell"><span class="LabelText">Country</span></td>
+            <td class="Combo_ContentCell" colspan="2">
+              <select class="Combo Combo_TwoCells_width" name="inpcCountryId" 
onchange="submitCommandForm('OBTENER_ARRAY', false, null, 'Location_F2.html', 
'inferior', false);return true;" id="inpCCountryId">
+                <div id="reportCountry"> 
+                  <option value="T.Ambiente" id="discard">xxSpain</option>
+                  <option value="T.Ambiente" id="discard">xxFrance</option>
+                </div>
+              </select>
+            </td>
+            <td/>
+          </tr>
+          <tr>
             <td class="TitleCell"><span class="LabelText">Region</span></td>
             <td class="Combo_ContentCell" colspan="2">
               <select class="Combo Combo_TwoCells_width" name="inpCRegionId" 
id="inpCRegionId">
@@ -159,18 +171,6 @@
             </td>
             <td/>
           </tr>
-          <tr>
-            <td class="TitleCell"><span class="LabelText">Country</span></td>
-            <td class="Combo_ContentCell" colspan="2">
-              <select class="Combo Combo_TwoCells_width" name="inpcCountryId" 
onchange="submitCommandForm('OBTENER_ARRAY', false, null, 'Location_F2.html', 
'inferior', false);return true;" id="inpCCountryId">
-                <div id="reportCountry"> 
-                  <option value="T.Ambiente" id="discard">xxSpain</option>
-                  <option value="T.Ambiente" id="discard">xxFrance</option>
-                </div>
-              </select>
-            </td>
-            <td/>
-          </tr>
           <tr><td height="20px"></td></tr>
 
           <tr>

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to