0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-05 06:29:44 +00:00
salesagility_SuiteCRM/modules/Calls_Reschedule/reschedule_count.php

13 lines
294 B
PHP
Executable file

<?php
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');
}
}