From dc895cec9d8a84af89ce2501db234dff33c757e2 Mon Sep 17 00:00:00 2001 From: T Date: Mon, 4 Aug 2025 15:34:23 -0600 Subject: timesheet and unified reports --- internal/reports/testdata/invoice_test_data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/reports/testdata/invoice_test_data.json') diff --git a/internal/reports/testdata/invoice_test_data.json b/internal/reports/testdata/invoice_test_data.json index 19ae7cb..a6adc28 100644 --- a/internal/reports/testdata/invoice_test_data.json +++ b/internal/reports/testdata/invoice_test_data.json @@ -21,7 +21,7 @@ ], "total_hours": 10.75, "total_amount": 1612.5, - "consultant_name": "Travis Parker", - "consultant_label": "Software Development", - "consultant_email": "travis.parker@gmail.com", + "contractor_name": "Travis Parker", + "contractor_label": "Software Development", + "contractor_email": "travis.parker@gmail.com" } -- cgit v1.2.3