From be52c12291cfbc342fba7ac9ec0c379ce2a1a01a Mon Sep 17 00:00:00 2001 From: vpj-cd Date: Thu, 15 Feb 2007 18:53:38 +0000 Subject: [PATCH] fixed bug [ 1653683 ] Printing Copy and Original http://sourceforge.net/tracker/index.php?func=detail&aid=1653683&group_id=176962&atid=879332 --- client/src/org/compiere/print/ReportCtl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/org/compiere/print/ReportCtl.java b/client/src/org/compiere/print/ReportCtl.java index df7abd0f50..9c0d2ad225 100644 --- a/client/src/org/compiere/print/ReportCtl.java +++ b/client/src/org/compiere/print/ReportCtl.java @@ -182,7 +182,7 @@ public class ReportCtl } } else if (type == ReportEngine.SHIPMENT) - { + { MInOut m_inout = new MInOut(Env.getCtx(), Record_ID,null); if(!m_inout.isPrinted()) {