details:   /erp/devel/pi/rev/ac78d8c03d14
changeset: 6468:ac78d8c03d14
user:      Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
date:      Mon Feb 22 12:02:37 2010 +0530
summary:   Fixes Issue 12197: Pending Goods Receipts window doesn't order 
properly.

diffstat:

 src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending_data.xsql |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c2f5064a60dc -r ac78d8c03d14 
src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending_data.xsql
--- a/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending_data.xsql     
Fri Feb 19 17:35:58 2010 +0100
+++ b/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending_data.xsql     
Mon Feb 22 12:02:37 2010 +0530
@@ -65,7 +65,7 @@
       C_BPARTNER.NAME, C_ORDERLINE.M_PRODUCT_ID, 
M_ATTRIBUTESETINSTANCE.DESCRIPTION, C_ORDERLINE.QTYORDERED
       ORDER BY PARTNER_NAME, DOCUMENTNO, DATEORDERED) A
       WHERE QTYORDERED <>0
-      ORDER BY C_BPARTNER_ID, ID
+      ORDER BY C_BPARTNER_ID
       ]]></Sql>
        <Field name="rownum" value="count"/>
     <Parameter name="dateFormat"/>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to