When importing a report from mana, the nbofuser dosen't go up as it should. By looking at the code, I think that feature is not implemented, even though the function Koha::SharedContent::increment_entity_value, wich works for subscriptions is implemented. It is simply never used with reports.
Created attachment 187831 [details] [review] Bug 40826: nbofuser increment when importing report from mana
Created attachment 187832 [details] [review] Bug 40826: nbofuser increment when importing report from mana Test plan: 1. Connect your koha instance to an instance of mana, with an account that is validated. (make sure activationdate is not null for your librarian) 2. Select a report already present on the mana instance to verify if the nbofuser will be incremented or create a new one 3. Import it in koha by searching it's name in the "create with mana" menu 4. Once imported, check on the mana instance that the nbofuser has been incremented.