https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21048 --- Comment #18 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #16)
(In reply to Marcel de Rooy from comment #15)
(In reply to Jonathan Druart from comment #12)
(In reply to Marcel de Rooy from comment #11)
Line 680 still contains: [% IF s.authorised_value == selected_status %] Around line 308 you are replacing it by suggestion.STATUS. Please explain. If I am not mistaken, it comes from: my $suggestion_ref = $input->Vars; Where is the field STATUS filled?
361 suggestion => $suggestion_ref, OK. But what about line 680? The selected_status there is not filled anywhere?
It sounds like a bug but I cannot recreate from the UI, maybe this is never used? Could you have a look?
It is a very small bug. I will fill selected_status in the script instead of suggestion.STATUS since the template uses suggestion here as a loop variable. -- You are receiving this mail because: You are watching all bug changes.