Skip to content

Fix transaction category edition (wrong id type)

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

On mobile in the transaction modale the category selector is a native select and will return a string, which will throw an error when modified.

Merge request reports