https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29341 --- Comment #13 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Koha Team University Lyon 3 from comment #12)
Hi, I haven't tested it yet because I'm still fighting with my kohadevbox.
But, in theory, It's a pity to store NULL value in pseudonymized_transactions instead of a value that gives us the information the it's a renew done on the OPAC. It's not possible to store the same value that the one in the statistics table?
Sonia
I wasn't aware of this behaviour, but it does not sound correct. "Branch" must contain the branchcode, and be a foreign key. If we want to keep this additional information it should be stored into a separate column. Note that Marcel's workaround should work, if you create a branch with branchcode="OPACRenew" that should be inserted instead of NULL. -- You are receiving this mail because: You are watching all bug changes.