Bugzilla – Attachment 165038 Details for
Bug 36635
Cannot display vendor's issue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36635: Fix vendor's issue show view
Bug-36635-Fix-vendors-issue-show-view.patch (text/plain), 980 bytes, created by
Jonathan Druart
on 2024-04-18 06:56:07 UTC
(
hide
)
Description:
Bug 36635: Fix vendor's issue show view
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-04-18 06:56:07 UTC
Size:
980 bytes
patch
obsolete
>From d80f25e969426201b2ee5043a368eef4331db252 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 18 Apr 2024 08:54:48 +0200 >Subject: [PATCH] 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 >--- > acqui/vendor_issues.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/vendor_issues.pl b/acqui/vendor_issues.pl >index 3933ce43b0d..bae905b17dc 100755 >--- a/acqui/vendor_issues.pl >+++ b/acqui/vendor_issues.pl >@@ -53,7 +53,7 @@ unless ($vendor) { > exit; > } > >-if ( $op eq 'add_form' || $op eq 'cud-show' ) { >+if ( $op eq 'add_form' || $op eq 'show' ) { > $template->param( issue => $issue ); > } elsif ( $op eq 'cud-add_validate' ) { > my $type = $input->param('type'); >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36635
:
165038
|
165162