details:   https://code.openbravo.com/erp/devel/pi/rev/498e63e628f4
changeset: 16880:498e63e628f4
user:      Carlos Aristu <carlos.aristu <at> openbravo.com>
date:      Wed Jun 20 18:26:56 2012 +0200
summary:   related to issue 20639: removed unnecessary ordenation

diffstat:

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

diffs (12 lines):

diff -r f06b2e72932e -r 498e63e628f4 
src-db/database/model/functions/C_GETTAX.xml
--- a/src-db/database/model/functions/C_GETTAX.xml      Tue Jun 19 16:18:44 
2012 +0200
+++ b/src-db/database/model/functions/C_GETTAX.xml      Wed Jun 20 18:26:56 
2012 +0200
@@ -259,7 +259,7 @@
               AND (SoPoType = 'B' OR (SoPoType =(case when p_IsSOTrx='Y' then 
'S' else 'P' end)))
               AND t.isActive = 'Y'
               AND ad_isorgincluded(p_org_id, t.ad_org_id,t.ad_client_id) <> -1
-            ORDER BY ad_isorgincluded(p_org_id, 
t.ad_org_id,t.ad_client_id),t.C_BP_TaxCategory_ID, t.IsDefault DESC,t.ValidFrom 
DESC
+            ORDER BY ad_isorgincluded(p_org_id, 
t.ad_org_id,t.ad_client_id),t.C_BP_TaxCategory_ID, t.ValidFrom DESC
             )
           LOOP
             v_TaxID := SEL3.C_Tax_ID;

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to