self->store_data inception
There is a strange call at : https://github.com/ebsco/edsapi-koha-plugin/blob/6a7394934c5f7ac6123cf388e888d4c22cd40ab4/Koha/Plugin/EDS.pm#L137
$self->store_data called inside a $self->store_data. $seft beeing a Koha::Plugins::Base.
Generates the error
Odd number of elements in anonymous hash at Koha/Plugin/EDS.pm line 132.
This is still valid
Hi @fridobox, thank you for reporting this issue, I am looking into it now. Can you please tell me what log this error is appearing in?
Mmm should be in plack staff interface logs. But I can find it anymore. Maybe it is just a syntax I dont get ;)
Thank you for your reply! I will investigate and let you know when I have an update on the situation.
Hello @fridobox, thanks again for reporting this issue. We didn't experience any adverse effects with the plugin functionality upon removing that line, but please let us know if you encounter any issues during testing.
Resolved in #144