ctsit / rcc.billing

Automated, data-driven service billing implemented on REDCap Custodian
https://ctsit.github.io/rcc.billing/
Apache License 2.0
0 stars 3 forks source link

Modify `get_service_request_lines()` to also return `username` #234

Closed pbchase closed 3 months ago

pbchase commented 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.

Let's add username after the service_instance_id column.

pbchase commented 3 months ago

Addressed by #233