details:   /erp/devel/pi/rev/23600a643821
changeset: 8847:23600a643821
user:      Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com>
date:      Wed Nov 10 14:04:29 2010 +0530
summary:   Fixes issue 14946: Possible to delete manage requisition line when 
manage requisition is completed

'@tagname@' syntax has been used instead of direct message addressing

diffstat:

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

diffs (12 lines):

diff -r ed0ea8ffa15c -r 23600a643821 
src-db/database/model/triggers/M_REQUISITIONLINE_TRG.xml
--- a/src-db/database/model/triggers/M_REQUISITIONLINE_TRG.xml  Tue Nov 09 
17:18:57 2010 +0100
+++ b/src-db/database/model/triggers/M_REQUISITIONLINE_TRG.xml  Wed Nov 10 
14:04:29 2010 +0530
@@ -48,7 +48,7 @@
   END IF;
   
   IF (v_DocStatus = 'CO' AND DELETING) THEN
-    RAISE_APPLICATION_ERROR(-20501, 'Document processed/posted');
+    RAISE_APPLICATION_ERROR(-20000, '@20501@');
   END IF;
 
   IF (v_ReqStatus = 'P') THEN

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to