Custom columns to views

Hi,
I needed to add custom columns to invoices table view so i edited the application/modules/invoices/views/partial_invoice_table.php file.
I was wondering if there is a more “proper” way to do that since the file will probably be overwritten in a future version update.

Why don’t you use custom fields?

Hi Kovah,
The extra columns i’m referring to are custom fields.
I’m just curious if i can use an override file or something similar instead of editing directly the partial_invoice_table.php

ah okay.
Well no, sadly not. But if you create a backup before an update you may not loose any changes. :slight_smile:

I see, thanks anyway!
it would be nice, though to see this functionality (ability to have custom columns) on a future version :wink: