Bugzilla – Attachment 50446 Details for
Bug 16208
Can't delete a library EAN if the EAN value is empty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 16208 [QA Followup] - Fix incorrect form parameter names
PASSED-QA-Bug-16208-QA-Followup---Fix-incorrect-fo.patch (text/plain), 1.91 KB, created by
Katrin Fischer
on 2016-04-19 22:23:56 UTC
(
hide
)
Description:
[PASSED QA] Bug 16208 [QA Followup] - Fix incorrect form parameter names
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-04-19 22:23:56 UTC
Size:
1.91 KB
patch
obsolete
>From b2c73fabae23e82948aa03767ff197c207d6e0c2 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 19 Apr 2016 10:27:45 +0000 >Subject: [PATCH] [PASSED QA] Bug 16208 [QA Followup] - Fix incorrect form > parameter names > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt >index d5d5bc0..1bbf671 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt >@@ -116,7 +116,7 @@ > <h3>Delete EAN [% ean.ean %] for [% ean.branch.branchname %]?</h3> > <form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="post"> > <input type="hidden" name="op" value="delete_confirmed" /> >- <input type="hidden" name="ean" value="[% ean.id %]" /> >+ <input type="hidden" name="id" value="[% ean.id %]" /> > <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button> > </form> > <form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="get"> >@@ -150,7 +150,7 @@ > </td> > <td class="actions"> > <a class="btn btn-mini" href="/cgi-bin/koha/admin/edi_ean_accounts.pl?op=ean_form&branchcode=[% ean.branch.branchcode %]&ean=[% ean.ean %]"><i class="fa fa-pencil"></i> Edit</a> >- <a class="btn btn-mini" href="/cgi-bin/koha/admin/edi_ean_accounts.pl?op=delete_confirm&ean=[% ean.id %]"><i class="fa fa-trash"></i> Delete</a> >+ <a class="btn btn-mini" href="/cgi-bin/koha/admin/edi_ean_accounts.pl?op=delete_confirm&id=[% ean.id %]"><i class="fa fa-trash"></i> Delete</a> > </td> > </tr> > [% END %] >-- >1.9.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 16208
:
50355
|
50356
|
50367
|
50380
|
50394
|
50445
| 50446