Closed avillegasn closed 5 years ago
After a little bit of investigation, it seems that manual invoices miss the post meta 'auth'.
This meta is created in the create_invoice function of class CampTix_Addon_Invoices, but somehow is missing when the invoice is manually created.
If you create an invoice manually, when you try to print it to generate the PDF file a weird wp_die() occurs with the following message: "You do not have access to this invoice". This also happens with the original camptix invoices plugin (without our last modifications). We should fix this.