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:
parent
63af6c42cd
commit
be52c12291
|
@ -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())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue