Skip to content

Keep debitDate in sync with real date on manual transaction's date update (fix #1184)

Nicolas Frandeboeuf requested to merge fix1184 into main

I thought the debitDate was computed when needed but no, it's created at transaction's creation. So it also needs to be updated when we update the date of a manual transaction.

Merge request reports