diff --git a/custom/modules/Calendar/Calendar.php b/custom/modules/Calendar/Calendar.php
index 2ceeda03b5a..69dc20c029f 100644
--- a/custom/modules/Calendar/Calendar.php
+++ b/custom/modules/Calendar/Calendar.php
@@ -502,6 +502,7 @@ protected function filterSticFollowUps($activitiesArray)
/**
* STIC-Custom 20240222 MHP - Includes/excludes the stic_Work_Calendar records from the activities array according to filters values.
+ * https://github.com/SinergiaTIC/SinergiaCRM/pull/114
*
* Current existing filters:
* - stic_work_calendar_type
diff --git a/custom/themes/SuiteP/modules/Calendar/tpls/settings.tpl b/custom/themes/SuiteP/modules/Calendar/tpls/settings.tpl
index 5b574c487e7..819c305f044 100644
--- a/custom/themes/SuiteP/modules/Calendar/tpls/settings.tpl
+++ b/custom/themes/SuiteP/modules/Calendar/tpls/settings.tpl
@@ -94,7 +94,8 @@ $(function() {
-
+
{$MOD.LBL_SETTINGS_DISPLAY_SHARED_CALENDAR_SEPARATE}
@@ -210,7 +211,8 @@ $(function() {
| Module | Body | Border | Text |
{foreach from=$activity key=name item=def}
-
+
{if $name != 'stic_Work_Calendar'}
{$def.label} |
diff --git a/custom/themes/SuiteP/tpls/_head.tpl b/custom/themes/SuiteP/tpls/_head.tpl
index df54dea5d19..a8e50bb538b 100644
--- a/custom/themes/SuiteP/tpls/_head.tpl
+++ b/custom/themes/SuiteP/tpls/_head.tpl
@@ -93,7 +93,8 @@
- {* STIC-Custom 20240222 MHP - Add CSS and JS for efficient registration button handling *}
+ {* STIC-Custom 20240222 MHP - Add CSS and JS for efficient registration button handling
+ https://github.com/SinergiaTIC/SinergiaCRM/pull/114 *}
{literal}
@@ -102,7 +103,10 @@
// If used, updates the button color based on whether or not there is an active time record for today
$(document).ready(function()
{
- checkTimeTrackerButtonStatus();
+ // Check that it is not the login view
+ if (!window.location.href.includes('action=Login') && !window.location.href.includes('module=Users')) {
+ checkTimeTrackerButtonStatus();
+ }
});
{/literal}
diff --git a/custom/themes/SuiteP/tpls/_headerModuleList.tpl b/custom/themes/SuiteP/tpls/_headerModuleList.tpl
index d187e5a1494..52b88856236 100644
--- a/custom/themes/SuiteP/tpls/_headerModuleList.tpl
+++ b/custom/themes/SuiteP/tpls/_headerModuleList.tpl
@@ -593,7 +593,8 @@
- {* STIC-Custom 20240222 MHP - Adding efficient registration button *}
+ {* STIC-Custom 20240222 MHP - Adding efficient registration button
+ https://github.com/SinergiaTIC/SinergiaCRM/pull/114 *}
@@ -732,7 +733,8 @@
- {* STIC-Custom 20240222 MHP - Adding efficient registration button *}
+ {* STIC-Custom 20240222 MHP - Adding efficient registration button
+ https://github.com/SinergiaTIC/SinergiaCRM/pull/114 *}
@@ -854,7 +856,8 @@
- {* STIC-Custom 20240222 MHP - Adding efficient registration button *}
+ {* STIC-Custom 20240222 MHP - Adding efficient registration button
+ https://github.com/SinergiaTIC/SinergiaCRM/pull/114 *}
@@ -893,7 +896,8 @@
- {* STIC-Custom 20240222 MHP - Add registration button dialog *}
+ {* STIC-Custom 20240222 MHP - Add registration button dialog
+ https://github.com/SinergiaTIC/SinergiaCRM/pull/114 *}
{* END STIC-Custom *}