Bug 36014

Summary: Set library does not display the updated library
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: RESOLVED INVALID QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: lucas
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 24786    
Bug Blocks:    

Description Jonathan Druart 2024-02-07 10:14:01 UTC
From
  commit 5b1934312b87f8458de84d96421106774dbd95a8
  Bug 24786: Allow setting a register for the session

-    [% IF ( update.updated_branch ) %]              
+    [% IF ( update.updated_branch || update.updated_desk ||  update.updated_register ) %]                
+        [% IF ( updated.updated.branch ) %]   

This change is wrong. It must be update.updated_branch.
Comment 1 Jonathan Druart 2024-02-07 10:14:36 UTC
Provide a patch for stables only. Master will get a fix on bug 34478.
Comment 2 Lucas Gass 2024-04-11 12:28:32 UTC
We should never hit this code. I cleaned much of this up in Bug 36572. I think we can close this one?