PDFMaker does not work well

More
17 Mar 2014 16:22 #3095 by CoBr0x
Hello guys, I installed VTE FREE 4.5 but I can not understand why the module PDFMaker does not make me apply any changes.
Do you know if there is some bug?

Please Log in to join the conversation.

More
20 Mar 2014 13:07 #3097 by CoBr0x
I solved it this way:

1) go to edit the following file: Smarty/templates_c/%%D2^D2B^D2B98AEE%%EditPDFTemplate.tpl

2) Now replace the line number 1265 in this way:

Before it was like this:

if (tabname == "body" &&&& isInventorymodule (module)) / / @ crmv 48404

After our modification:

if (tabname == "body" && isInventorymodule (module)) / / @ crmv 48404

Now PDFMaker works perfectly
The following user(s) said Thank You: CPMAGRIN

Please Log in to join the conversation.

More
20 Mar 2014 14:27 #3098 by cpvt
I had the same problem and the solution works fine. But pay attention the template in templates_c directory are the compiled ones, and sometimes you have to delete them or are automatically replaced (if you change the template in Smarty/templates/... dir Smarty automatically recompile the template and replace it in Samrty/templates_c directory).

So make the same fix on Smarty/templates/modules/PDFMaker/EditPDFTemplate.tpl

cp

Please Log in to join the conversation.

Time to create page: 0.085 seconds