details:   https://code.openbravo.com/erp/devel/pi/rev/691dad1d6099
changeset: 15175:691dad1d6099
user:      David Alsasua <david.alsasua <at> openbravo.com>
date:      Mon Jan 23 13:13:01 2012 +0100
summary:   Fixes issue 19541. Rollbacked fix for issue 18633

diffstat:

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

diffs (12 lines):

diff -r 82d330104113 -r 691dad1d6099 
src-db/database/model/functions/C_INVOICE_POST.xml
--- a/src-db/database/model/functions/C_INVOICE_POST.xml        Mon Jan 23 
09:29:23 2012 +0100
+++ b/src-db/database/model/functions/C_INVOICE_POST.xml        Mon Jan 23 
13:13:01 2012 +0100
@@ -619,7 +619,7 @@
         C_INVOICE_POST(NULL, v_RInvoice_ID) ;
         -- Reversal Transaction is closed
         UPDATE C_INVOICE
-        SET DocStatus='CO', -- the reversal transaction (issue 18633)
+        SET DocStatus='VO', -- the reversal transaction (issue 18633) 
(rolledback in issue 19541)
             DocAction='--',
             Processed='Y'
         WHERE C_Invoice_ID=v_RInvoice_ID;

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to