From ed99a1bd1b2636b47c8e7d12fb8a88f9a9b43386 Mon Sep 17 00:00:00 2001 From: patrick Date: Sat, 9 May 2020 00:47:49 +1000 Subject: [PATCH] bug fix for ndiscode --- ts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts.php b/ts.php index e49f4bb..452a6cf 100644 --- a/ts.php +++ b/ts.php @@ -1487,7 +1487,7 @@ ZOT; $tos_total = $val * $price->get_tos_price($key); $response['overall_total'] += $tos_total; $response['summary'][] = array( - 'ndis' => $key, + 'ndis' => $price->get_tos_ndis_code($key), 'tos' => $price->get_tos_full_str($key), 'unitprice'=> $unitprice, 'Hours'=> sprintf("%0.2f", $val),