Bugzilla – Attachment 156846 Details for
Bug 16223
Automatically remove any borrower debarments after a payment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16223: (QA follow-up) Add filter, remove superfluous condition
Bug-16223-QA-follow-up-Add-filter-remove-superfluo.patch (text/plain), 2.00 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-10-11 15:11:03 UTC
(
hide
)
Description:
Bug 16223: (QA follow-up) Add filter, remove superfluous condition
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-10-11 15:11:03 UTC
Size:
2.00 KB
patch
obsolete
>From de2f44173addf026011d72f33a80283f9fc0ad37 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 15 Sep 2023 09:01:06 +0000 >Subject: [PATCH] Bug 16223: (QA follow-up) Add filter, remove superfluous > condition > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > admin/restrictions.pl | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/admin/restrictions.pl b/admin/restrictions.pl >index a1a0bc1bdfe..48313316990 100755 >--- a/admin/restrictions.pl >+++ b/admin/restrictions.pl >@@ -66,7 +66,7 @@ if ( $op eq 'add_form') { > display_text => $display_text, > } > ); >- if ($dupe->count && $dupe->unblessed->{code} ne $code) { >+ if ( $dupe->count ) { > push @messages, { > type => 'error', code => 'duplicate_display_text' > }; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >index 93cf49f5e44..ff3ee00fab7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >@@ -214,7 +214,7 @@ > [% IF restriction.lift_after_payment %]Yes[% END %] > </td> > <td> >- [% IF restriction.fee_limit %][% restriction.fee_limit %][% END %] >+ [% IF restriction.fee_limit %][% restriction.fee_limit | html %][% END %] > </td> > <td class="actions"> > <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/restrictions.pl?op=add_form&code=[% restriction.code | uri %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> >-- >2.42.0
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 16223
:
50078
|
50084
|
99697
|
99698
|
104399
|
104400
|
114272
|
114273
|
118526
|
118572
|
118574
|
118575
|
122768
|
122769
|
127252
|
128005
|
132284
|
132285
|
132286
|
132287
|
143388
|
143389
|
143390
|
143462
|
143670
|
143671
|
143672
|
143688
|
143689
|
143690
|
143765
|
143766
|
143767
|
143768
|
143769
|
143770
|
143936
|
146051
|
146052
|
146053
|
146054
|
146055
|
146056
|
146057
|
148307
|
148308
|
148309
|
148310
|
148311
|
148312
|
148313
|
150024
|
150025
|
150026
|
150027
|
150028
|
150029
|
153024
|
153025
|
153026
|
153027
|
153028
|
153029
|
155644
|
155645
|
155646
|
155647
|
155648
|
155649
|
155650
|
156841
|
156842
|
156843
|
156844
|
156845
| 156846 |
156847
|
156848
|
156849
|
156850