07-27-2017, 11:24 AM
I'm not sure what is the best option, but I will try to delete the pdfmakerfree and after install the profesional.
You can find script example to delete a module on build/HelperScripts/deleteModule.php.
Copy this module to your root corebos directory, edit this file to set the PDFMaker module name like, $modname="PDFMaker" and remove these tow lines:
$ev = new VTEventsManager($adb);
$ev->unregisterHandler('CalendarSyncHandler');
You can find script example to delete a module on build/HelperScripts/deleteModule.php.
Copy this module to your root corebos directory, edit this file to set the PDFMaker module name like, $modname="PDFMaker" and remove these tow lines:
$ev = new VTEventsManager($adb);
$ev->unregisterHandler('CalendarSyncHandler');