Skip to main content

reconcile

async fn reconcile(
    ctx: &PhaseContext<'_>,
    conn: &mut PgConnection,
    realisation: &RealisationToList,
    people: &[ListedPerson],
) -> Result<RealisationListingOutcome>
Expand description

Applies one realisation’s roster and returns the counters the realisation row carries.