Hi,
Can someone say me how to change the default duration of calls 1h to 15minutes???
Thanks
Hi,
Can someone say me how to change the default duration of calls 1h to 15minutes???
Thanks
Hi!
you have to updated the file
modules/Calls/Call.php
//old code
if (!isset ($focus->duration_minutes)) {
$focus->duration_minutes = $focus->minutes_value_default;
}
//new code
if (!isset ($focus->duration_minutes)) {
$focus->duration_minutes = 0;
}
if (!isset ($focus->duration_hours)) {
$focus->duration_hours = 1;
}
just update the code and everything will be ok!
Hope it will help you!
Petro Blagodir
petro@blagodir.ua
http://www.blagodir.com
Blagodir Ltd.( SugarCRM - Consultations, Development and Support)
Hi,
I have not found that code in call.php
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks