28 May 2026 Editing invoices WHMCSIf you are using WHMCS then you will know that following the latest update you can no longer edit the invoice. We hope the next update will rectify this but in the meantime below is a work around. Steps in phpMyAdminGo to phymy adminFind the databaseGo to tblinvoicesFind the invoice you want to edit (You can use the filter at the top)Locate the invoice by the id column and make a note of this.Run the following sqlUPDATE tblinvoicesSET status = ‘Draft’WHERE id = 123;Replace 123 with the invoice ID.Once the invoice is back into draft you can edit the details.We await the next WHCMS update for this to be reverted back.Contact me if you get stuck.