Skip to content

[server] Update transactions' category in one SQL transaction, instead of...

Antoine requested to merge ZeHiro/kresus:fix-category-deletion into master

[server] Update transactions' category in one SQL transaction, instead of doing it transaction by transaction. Fix #1037 (closed).

This MR allows to update all the transactions with a given category at once, when this category is deleted (and maybe replaced).

Merge request reports