Skip to main content

invoice_item_remove

Function invoice_item_remove 

Source
pub fn invoice_item_remove(
    conn: &mut Connection,
    invoice_id: i64,
    position: i64,
) -> Result<()>
Expand description

Remove the item at position from a draft invoice; re-compacts trailing positions so there are no holes.