Clients View ($invoice_table)

Hello. I’m trying to trace down where the subject variable is constructed. I looked in several client and invoice models and controllers.

I want to add another column to the table that is presented on the invoices by clients view. The $invoice_table is echo’d on line 359 on the clients view.php.

I see the invoices loaded into the array on the ‘clients’ controller. I see where the filter by client public function is built on the invoices mdl_invoices.