IDEMPIERE-242 ImageField not working in non form based print format

Use correct ImageElement.get
This commit is contained in:
Dirk Niemeyer 2012-04-19 12:25:22 +02:00
parent 5457709c6a
commit 2feccac9e5
1 changed files with 1 additions and 1 deletions

View File

@ -1697,7 +1697,7 @@ public class LayoutEngine implements Pageable, Printable, Doc
else
value = o.toString();
data[row][col] = ImageElement.get (value);
data[row][col] = ImageElement.get (pde, value);
}
}
else if (item.isImageIsAttached())