Keep track of your remote meetings in SuiteCRM? See your meetings and plan routes visually by using this map add-on. Display all of your meetings on a map right from your Calendar.
#5746 - Module will not validate
Error: PHP Fatal error: Uncaught Error: Non-static method SugarOutfitters_API::get_default_payload() cannot be called statically in /bitnami/suitecrm/public/legacy/modules/CalendarMap/license/OutfittersLicense.php:474
Fix (line 474):
$data = static::get_default_payload($module, $custom_data);
->
$data = (new static())->get_default_payload($module, $custom_data);
This case is public.
Please leave out any sensitive information such as URLs, passwords, etc.
