diff --git a/base/src/org/compiere/print/layout/LayoutEngine.java b/base/src/org/compiere/print/layout/LayoutEngine.java index 42ee113874..cd3165e8a1 100644 --- a/base/src/org/compiere/print/layout/LayoutEngine.java +++ b/base/src/org/compiere/print/layout/LayoutEngine.java @@ -487,7 +487,6 @@ public class LayoutEngine implements Pageable, Printable, Doc String tableName = table.getTableName(); final String sql = "SELECT IsPrinted FROM "+tableName+" WHERE "+tableName+"_ID=?"; boolean isPrinted = "Y".equals(DB.getSQLValueStringEx(m_TrxName, sql, getPrintInfo().getRecord_ID())); - isPrinted =true; if(isPrinted) { image = tf.getImageWaterMark();