diff options
author | T <t@tjp.lol> | 2025-08-04 15:34:23 -0600 |
---|---|---|
committer | T <t@tjp.lol> | 2025-08-04 19:49:08 -0600 |
commit | dc895cec9d8a84af89ce2501db234dff33c757e2 (patch) | |
tree | 8c961466f0769616b3a82da91f4cde4d3a881b73 /internal/reports/testdata/invoice_test_data.json | |
parent | 56e0af3b41742876b471332aeb943a5a2ca8dfbf (diff) |
timesheet and unified reports
Diffstat (limited to 'internal/reports/testdata/invoice_test_data.json')
-rw-r--r-- | internal/reports/testdata/invoice_test_data.json | 6 |
1 files changed, 3 insertions, 3 deletions
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" } |