Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Bug Reports » PDF does not print cells with only 'zero' (string or integer)
Re: PDF does not print cells with only 'zero' (string or integer) [message #4074 is a reply to message #4072] Tue, 25 February 2014 05:11 Go to previous message
AJM is currently offline  AJM
Messages: 2349
Registered: April 2006
Location: Surrey, UK
Senior Member
You are correct. The fix is very small - in file 'std.pdf.class.inc' inside the getLineCount() method you need to change line 717 from
if (!empty($line)) {

to
if (strlen($line) > 0) {


 
Read Message
Read Message
Previous Topic: sql_orderby_seq
Next Topic: Change number of columns in PDF list report
Goto Forum:
  


Current Time: Fri May 10 23:31:58 EDT 2024

Total time taken to generate the page: 0.00981 seconds