Hi we have a table for invoices, and another table underneath it for the invoice lines. When we add an invoice line and press ctrl + enter, the sum of the invoice is updated. However, when we press ctrl + + the sum is not updated.
So, the sum is only calculated after saving an item, but not when adding a new item. How can we make this work?