fixed bug [ 1653683 ] Printing Copy and Original

http://sourceforge.net/tracker/index.php?func=detail&aid=1653683&group_id=176962&atid=879332
This commit is contained in:
vpj-cd 2007-02-15 18:53:38 +00:00
parent 63af6c42cd
commit be52c12291
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ public class ReportCtl
} }
} }
else if (type == ReportEngine.SHIPMENT) else if (type == ReportEngine.SHIPMENT)
{ {
MInOut m_inout = new MInOut(Env.getCtx(), Record_ID,null); MInOut m_inout = new MInOut(Env.getCtx(), Record_ID,null);
if(!m_inout.isPrinted()) if(!m_inout.isPrinted())
{ {