Closed Jennit07 closed 4 months ago
In some functions in social care we do not specify the paths in their parameters. For example we call sc_demog but do not use sc_demog = get_sc_demog_lookup_path() We should check and include this for consistency.
sc_demog
sc_demog = get_sc_demog_lookup_path()
In some functions in social care we do not specify the paths in their parameters. For example we call
sc_demog
but do not usesc_demog = get_sc_demog_lookup_path()
We should check and include this for consistency.