Closed pbchase closed 3 months ago
Modify get_service_request_lines() to also return username. This should be a one-line addition to the final select. As well as a corresponding addition to expected out in the test.
get_service_request_lines()
username
Let's add username after the service_instance_id column.
service_instance_id
Addressed by #233
Modify
get_service_request_lines()
to also returnusername
. This should be a one-line addition to the final select. As well as a corresponding addition to expected out in the test.Let's add
username
after theservice_instance_id
column.