Bug 36635

Summary: Cannot display vendor's issue
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: AcquisitionsAssignee: Jonathan Druart <jonathan.druart>
Status: RESOLVED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: normal    
Priority: P5 - low CC: caroline.cyr-la-rose, fridolin.somers, m.de.rooy
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
24.05.00
Circulation function:
Bug Depends on:    
Bug Blocks: 36192    
Attachments: Bug 36635: Fix vendor's issue show view
Bug 36635: Fix vendor's issue show view

Description Jonathan Druart 2024-04-18 06:54:46 UTC
acqui/vendor_issues.pl:if ( $op eq 'add_form' || $op eq 'cud-show' ) {

Should be "show" not "cud-show"
Comment 1 Jonathan Druart 2024-04-18 06:56:07 UTC
Created attachment 165038 [details] [review]
Bug 36635: Fix vendor's issue show view

Should be "show" not "cud-show"

Test plan:
Create an issue for a vendor, click on the issue's id on the issue list
table
Notice that with the patch applied the issue is displayed. Without the
patch the "show" view is empty
Comment 2 Jonathan Druart 2024-04-18 06:56:25 UTC
Trivial, skipping SO.
Comment 3 Marcel de Rooy 2024-04-19 09:48:14 UTC
Created attachment 165162 [details] [review]
Bug 36635: Fix vendor's issue show view

Should be "show" not "cud-show"

Test plan:
Create an issue for a vendor, click on the issue's id on the issue list
table
Notice that with the patch applied the issue is displayed. Without the
patch the "show" view is empty

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 4 Katrin Fischer 2024-04-19 16:07:48 UTC
Pushed for 24.05!

Well done everyone, thank you!
Comment 5 Fridolin Somers 2024-05-23 13:40:41 UTC
No backport to 23.11.x, it is not affected
Comment 6 Caroline Cyr La Rose 2024-12-05 19:38:00 UTC
This looks like a bug fix, nothing to add/edit in the Koha manual.