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

Add fiscal contact details in `get_billable_candidates()` #226

Closed pbchase closed 1 week ago

pbchase commented 2 months ago

Add these columns:

  "fiscal_contact_name",
  "fiscal_contact_email",

after https://github.com/ctsit/rcc.billing/blob/a60c3bcff392c705ee8e127c9030247d6f7f10ad/R/get_billable_candidates.R#L153

pbchase commented 1 week ago

Addressed by PR #238