Print Copy Watermark Image is not working
kind regards Victor Perez www.e-evolution.com Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=176962
This commit is contained in:
parent
e0dd47cd50
commit
eedf2436aa
|
@ -487,7 +487,6 @@ public class LayoutEngine implements Pageable, Printable, Doc
|
||||||
String tableName = table.getTableName();
|
String tableName = table.getTableName();
|
||||||
final String sql = "SELECT IsPrinted FROM "+tableName+" WHERE "+tableName+"_ID=?";
|
final String sql = "SELECT IsPrinted FROM "+tableName+" WHERE "+tableName+"_ID=?";
|
||||||
boolean isPrinted = "Y".equals(DB.getSQLValueStringEx(m_TrxName, sql, getPrintInfo().getRecord_ID()));
|
boolean isPrinted = "Y".equals(DB.getSQLValueStringEx(m_TrxName, sql, getPrintInfo().getRecord_ID()));
|
||||||
isPrinted =true;
|
|
||||||
if(isPrinted)
|
if(isPrinted)
|
||||||
{
|
{
|
||||||
image = tf.getImageWaterMark();
|
image = tf.getImageWaterMark();
|
||||||
|
|
Loading…
Reference in New Issue