Hi,
My PDF templates have been working ok until now, however today i tried to edit a template and now all the P Tags have double lines?
Even if i duplicate a template the resulting template has double lines for the P tag when the original has a single line for the P tag.
This has completely messed up my PDF’s.
Where can i set single lines for a P tag new or edited templates?
thanks
I have managed a temporary workaround by editing the database table in myphpadmin.
Whatever it is that is writing/saving the PDF templates seems to be completely re-writing the html code. For example, i took a working template that had page breaks etc and duplicated it without any edits. I then copied the content of the original and duplicated template using myphpadmin and compared the two. The new file had 322 removals and 122 additions?
The duplicated file has been completely stripped of the pagebreak tags amongst the other edits.
puzzled
It seems they are working on a solution https://github.com/salesagility/SuiteCRM/issues/4223
A fix is to copy directly from database, create a new template and use html box in tiny editor, paste your code, because saving first time works.
It is editing that is not working