| $tos_total = $val * $price->get_tos_price($key); | $tos_total = $val * $price->get_tos_price($key); | ||||
| $response['overall_total'] += $tos_total; | $response['overall_total'] += $tos_total; | ||||
| $response['summary'][] = array( | $response['summary'][] = array( | ||||
| 'ndis' => $key, | |||||
| 'ndis' => $price->get_tos_ndis_code($key), | |||||
| 'tos' => $price->get_tos_full_str($key), | 'tos' => $price->get_tos_full_str($key), | ||||
| 'unitprice'=> $unitprice, | 'unitprice'=> $unitprice, | ||||
| 'Hours'=> sprintf("%0.2f", $val), | 'Hours'=> sprintf("%0.2f", $val), |