details:   https://code.openbravo.com/erp/devel/pi/rev/39dff0d82077
changeset: 13298:39dff0d82077
user:      Jon Alegría <jon.alegria <at> openbravo.com>
date:      Wed Jul 27 11:43:14 2011 +0200
summary:   Fixes issue 0018058: The process CopyFromGLJournal assignes a wrong 
Doument
No.

diffstat:

 src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a8ec753bfa93 -r 39dff0d82077 
src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.java
--- a/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.java     Wed Jul 
27 11:36:17 2011 +0200
+++ b/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.java     Wed Jul 
27 11:43:14 2011 +0200
@@ -98,7 +98,7 @@
       for (int i = 0; data != null && i < data.length; i++) {
         String strSequence = SequenceIdData.getUUID();
         String strDocumentNo = Utility.getDocumentNo(this, vars, windowId, 
"GL_Journal",
-            Utility.getContext(this, vars, "C_DocTypeTarget_ID", "132"), 
data[i].cDoctypeId, false,
+            "", data[i].cDoctypeId, false,
             true);
         try {
           if (CopyFromGLJournalData.insertGLJournal(conn, this, strSequence, 
vars.getClient(),

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to