Bug 36635 - Cannot display vendor's issue
Summary: Cannot display vendor's issue
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal (vote)
Assignee: Jonathan Druart
QA Contact: Marcel de Rooy
URL:
Keywords:
Depends on:
Blocks: 36192
  Show dependency treegraph
 
Reported: 2024-04-18 06:54 UTC by Jonathan Druart
Modified: 2024-04-19 16:07 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
24.05.00


Attachments
Bug 36635: Fix vendor's issue show view (980 bytes, patch)
2024-04-18 06:56 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 36635: Fix vendor's issue show view (1.05 KB, patch)
2024-04-19 09:48 UTC, Marcel de Rooy
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!