Create documents in docx, xlsx (MS Office Word and Excel), odt, ods (LibreOffice and OpenOffice) and pdf format without MS Office or others plugins installed from any module and subpanel using templates.
#5490 - Non-static method SugarView::getBreadCrumbSymbol()
getBreadCrumbSymbol is not a static method, getBreadCrumbSymbol needs to be called from an instance of SugarView, not from the class itself
[24-Sep-2024 12:20:07 UTC] PHP Fatal error: Uncaught Error: Non-static method SugarView::getBreadCrumbSymbol() cannot be called statically in /bitnami/suitecrm/modules/DHA_PlantillasDocumentos/librerias/dharma_utils.php:155
2 months ago
corrected code is as follows: $module_title = join((new SugarView())->getBreadCrumbSymbol(),$new_params);