details:   https://code.openbravo.com/erp/devel/pi/rev/65a62d9914b0
changeset: 14033:65a62d9914b0
user:      Jon Alegría <jon.alegria <at> openbravo.com>
date:      Thu Oct 20 11:27:56 2011 +0200
summary:   Fixes issue 0018680: Alert recipient work different when you put 
only the role
or user

diffstat:

 src/org/openbravo/erpCommon/ad_process/AlertProcess_data.xsql |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 6fa410969266 -r 65a62d9914b0 
src/org/openbravo/erpCommon/ad_process/AlertProcess_data.xsql
--- a/src/org/openbravo/erpCommon/ad_process/AlertProcess_data.xsql     Thu Oct 
20 11:01:15 2011 +0200
+++ b/src/org/openbravo/erpCommon/ad_process/AlertProcess_data.xsql     Thu Oct 
20 11:27:56 2011 +0200
@@ -164,7 +164,6 @@
                u.email as mailto, c.ad_language, c.ad_client_id
           from ad_alertrecipient  ar, ad_user u, ad_client c
           where ar.ad_alertrule_id = ?
-            and ar.ad_client_id = u.ad_client_id
             and u.ad_client_id = c.ad_client_id
             and ar.ad_user_id = u.ad_user_id
             and c.requestuser is not null

------------------------------------------------------------------------------
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@Ciosco 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