Skip to content

Set current date as lastCheckDate when importing accounts without it

Nicolas Frandeboeuf requested to merge nicofrand/kresus:fixLastCheckDate into master

When we import a JSON file not generated by Kresus (which might came from a script, or done manually), it does not always make sense to have a lastCheckDate field in the import file. This MR sets a default lastCheckDate to "now" in that case.

Merge request reports