https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36328 --- Comment #19 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 164208 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164208 Bug 36328: Add a separate 'note' profile Review of attachment 164208: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=36328&attachment=164208) ----------------------------------------------------------------- ::: C4/Scrubber.pm @@ +50,4 @@
rules => exists $settings->{rules} ? $settings->{rules} : [], default => exists $settings->{default} ? $settings->{default} : [ 0 => { '*' => 0 } ], comment => exists $settings->{comment} ? $settings->{comment} : 0, + note => exists $settings->{note} ? $settings->{note} : 0,
This line actually looks like it doesn't do anything. I'll open a bug to remove it as well. -- You are receiving this mail because: You are watching all bug changes.