Bugzilla – Attachment 174077 Details for
Bug 38378
Serial frequency deletion is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38378: Can't delete frequencies due to stray cud- in del op
Bug-38378-Cant-delete-frequencies-due-to-stray-cud.patch (text/plain), 844 bytes, created by
Lari Strand
on 2024-11-06 13:39:02 UTC
(
hide
)
Description:
Bug 38378: Can't delete frequencies due to stray cud- in del op
Filename:
MIME Type:
Creator:
Lari Strand
Created:
2024-11-06 13:39:02 UTC
Size:
844 bytes
patch
obsolete
>From 6aa7634611be277fcb281ed2938562231841eda2 Mon Sep 17 00:00:00 2001 >From: Lari Strand <lari.strand@koha-suomi.fi> >Date: Wed, 6 Nov 2024 15:31:06 +0200 >Subject: [PATCH] Bug 38378: Can't delete frequencies due to stray cud- in del > op > >--- > serials/subscription-frequencies.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/serials/subscription-frequencies.pl b/serials/subscription-frequencies.pl >index 77fa4c268b..7e5e3ba314 100755 >--- a/serials/subscription-frequencies.pl >+++ b/serials/subscription-frequencies.pl >@@ -88,7 +88,7 @@ if($op && ($op eq 'cud-savenew' || $op eq 'cud-savemod')) { > } else { > AddSubscriptionFrequency($frequency); > } >-} elsif($op && $op eq 'cud-del') { >+} elsif($op && $op eq 'del') { > my $frequencyid = $input->param('frequencyid'); > > if ($frequencyid) { >-- >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 38378
:
174076
|
174077
|
174195
|
174231
|
174309
|
174434
|
174444