details:   https://code.openbravo.com/erp/devel/pi/rev/d39d2395f4a5
changeset: 14112:d39d2395f4a5
user:      Javier Etxarri <javier.echarri <at> openbravo.com>
date:      Wed Oct 26 17:32:29 2011 +0200
summary:   Fixes issue 18866: Message in Create Shipment from Orders has 
changed making Smoke Test to fail

diffstat:

 src-db/database/model/functions/M_INOUT_CREATE.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 61ddad3c2054 -r d39d2395f4a5 
src-db/database/model/functions/M_INOUT_CREATE.xml
--- a/src-db/database/model/functions/M_INOUT_CREATE.xml        Wed Oct 26 
17:00:51 2011 +0200
+++ b/src-db/database/model/functions/M_INOUT_CREATE.xml        Wed Oct 26 
17:32:29 2011 +0200
@@ -261,7 +261,7 @@
              o.C_Charge_ID, o.ChargeAmt, o.PriorityRule, o.SALESREP_ID,
              d.DocSubTypeSO,
              o.DELIVERY_LOCATION_ID -- Added by Rafa Roda to include delivery 
location
-           ORDER BY o.PriorityRule
+           ORDER BY o.PriorityRule,o.DocumentNo
           ) LOOP
           v_DocumentNo:='';
           v_order_count := v_order_count +1;

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to