function osp_hours_uplift($fee, $hours = NULL) {
$fee = floatval($fee);
@marianTry to find this line:Code: [Select]function osp_hours_uplift($fee, $hours = NULL) {and below it add:Code: [Select] $fee = floatval($fee);