details:   https://code.openbravo.com/erp/devel/pi/rev/c7f7afeb586c
changeset: 16459:c7f7afeb586c
user:      Ioritz Cia <ioritz.cia <at> openbravo.com>
date:      Wed Apr 18 17:39:21 2012 +0200
summary:   AD_PROCESS trigger was not updating AD_PROCESS_TRL

diffstat:

 src-db/database/model/triggers/AD_PROCESS_TRG.xml |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 8b2d0f4ae3fe -r c7f7afeb586c 
src-db/database/model/triggers/AD_PROCESS_TRG.xml
--- a/src-db/database/model/triggers/AD_PROCESS_TRG.xml Wed May 09 10:08:27 
2012 +0200
+++ b/src-db/database/model/triggers/AD_PROCESS_TRG.xml Wed Apr 18 17:39:21 
2012 +0200
@@ -88,6 +88,9 @@
     THEN
         UPDATE AD_Process_Trl
              SET IsTranslated = 'N',
+             name = :NEW.NAME,
+             description = :NEW.DESCRIPTION,
+             help = :NEW.HELP,
             Updated = now()
          WHERE AD_Process_ID = :NEW.AD_Process_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