pub fn invoice_update_draft(conn: &Connection, inv: &Invoice) -> Result<()>Expand description
Draft-only metadata edit. Rejects edits to issued / paid / void invoices — the correct path for those is a credit note.
pub fn invoice_update_draft(conn: &Connection, inv: &Invoice) -> Result<()>Draft-only metadata edit. Rejects edits to issued / paid / void invoices — the correct path for those is a credit note.