invoices: grand/total amount is not updating in listview

Hi,

Any changes I make to the line items of an invoice are correctly shown in detail view, and the grand/total amount updates correctly.

However, the totals are not being updated in listview? It doesn’t matter if it’s edited invoice, and new invoice, or if a product or service is being added.

I cant see anything in the logs, and am confused because the listview was updating historically because invoices still show at least a value for the total amount (new invoices dont even show a grand total in listview).

I can only think this has occurred since updating to Version 7.4.3?

Thanks
Keith

Problem solved.

I had removed the field ‘Grand Total’ field from the edit view of invoices; because ‘Grand Total’ already appears in the ‘line items’ field and it seemed odd to have it displayed twice.

However, listview uses the ‘Grand Total’ field that i’d removed (i.e it doesn’t get the total by calculating the line items)., and the field wasn’t being updated because it was missing from editview.