https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35451 --- Comment #29 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Comment on attachment 173422 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173422 Bug 35451: Record table in set_additional_fields Review of attachment 173422: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=35451&attachment=173422) ----------------------------------------------------------------- ::: Koha/Object/Mixin/AdditionalFields.pm @@ +86,5 @@
+ record_table => $table, + record_id => $self->id, + value => $value, + } + )->store;
It seems a text editor tidied the whole file. Which causes the patch to not apply due to a conflict around here. And hides other changes. -- You are receiving this mail because: You are watching all bug changes.