Closed pbchase closed 2 months ago
When we bind rows with the output from get_service_request_line_items()
with the result from get_new_project_invoice_line_items()
, the rows originating from get_new_project_invoice_line_items()
will have no data in the following columns:
fiscal_contact_fn
fiscal_contact_ln
fiscal_contact_name
I am aware of that and I am OK with that.
Addressed by PR #233 #235
Call
create_service_request_line_items()
insend_new_invoice_line_items.R
and bind its output tocreate_redcap_project_line_items()
before sending