You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log "Found #{invoices.length} invoices with an incorrect total amount"
for invoice in invoices
if invoice.invoiceTotal != invoice.lineTotal
console.log "Invoice total amount is not up-to-date for invoice <#{invoice.uri}>. Expected #{invoice.invoiceTotal} but calculated #{invoice.lineTotal}. Going to update the amount in the database."