For invoice, select different, existing design

Sorry in advance if this is dumb. I have two invoice designs (a primary and a secondary) and which I use is based on who the client is.

When I create a new invoice with the UI, I can’t for the life of me find the place to select my secondary design. Am I missing it?

v5.5.21-M92

Jason

I was able to change the design with an API call and that seems to have worked fine; still would like to know how to do it with the UI.

PUT https://invoicing.co/api/v1/invoices/[invoice_id]
{ “design_id”: “[design_id]” }

Hi,

There is a design dropdown on the settings tab of the edit invoice page.

Note: another option would be to create two groups and set the design at the group level.

Ah! There it is. Thank you.