0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-25 00:56:49 +00:00
salesagility_SuiteCRM/modules/Calls_Reschedule/reschedule_count.php
2023-07-18 15:53:09 +01:00

15 lines
321 B
PHP
Executable File

<?php
#[\AllowDynamicProperties]
class reschedule_count
{
//Counts the number of call attempts made, for displaying in calls list view
public function count($focus, $event, $args)
{
require_once('modules/Calls/reschedule_history.php');
reschedule_count($focus, '', '', 'ListView');
}
}