Bugzilla – Attachment 179622 Details for
Bug 14250
Don't allow to generate discharges for patrons with fines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14250: Tidy
Bug-14250-Tidy.patch (text/plain), 2.50 KB, created by
Baptiste Wojtkowski (bwoj)
on 2025-03-21 14:26:33 UTC
(
hide
)
Description:
Bug 14250: Tidy
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2025-03-21 14:26:33 UTC
Size:
2.50 KB
patch
obsolete
>From fe78ac6a901914ee052c0d6ed820f7cda8ad3363 Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Fri, 21 Mar 2025 15:20:00 +0100 >Subject: [PATCH] Bug 14250: Tidy > >--- > .../bootstrap/en/modules/opac-discharge.tt | 14 ++++++-------- > opac/opac-discharge.pl | 2 +- > 2 files changed, 7 insertions(+), 9 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt >index 14ddafd0..1c1bba80 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt >@@ -59,14 +59,12 @@ > [% IF failure %] > <p> There was an error during the discharge process </p> > [% END %] >- <div class="alert alert-info">You cannot be discharged because: >- <ul> >- [% IF discharge_problems.checkouts %] >- <li> >- You have [% discharge_problems.checkouts | html %] item(s) checked out. >- Please return your checked out items before reapplying. >- </li> >- [% END %] >+ <div class="alert alert-info" >+ >You cannot be discharged because: >+ <ul> >+ [% IF discharge_problems.checkouts %] >+ <li> You have [% discharge_problems.checkouts | html %] item(s) checked out. Please return your checked out items before reapplying. </li> >+ [% END %] > > [% IF discharge_problems.debt %] > <li> You have unpaid charges of [% discharge_problems.debt | $Price %]. Please pay your charges before reapplying. </li> >diff --git a/opac/opac-discharge.pl b/opac/opac-discharge.pl >index 34fcaea4..cc794673 100755 >--- a/opac/opac-discharge.pl >+++ b/opac/opac-discharge.pl >@@ -78,7 +78,7 @@ if ( $op eq 'cud-request' ) { > if ($success) { > $template->param( success => 1 ); > } else { >- $template->param( failure => 1 ); >+ $template->param( failure => 1 ); > } > } elsif ( $op eq 'get' ) { > unless ($available) { >-- >2.30.2
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 14250
:
170136
|
170228
|
170581
|
170607
|
170662
|
170663
|
170664
|
170705
|
170706
|
170707
|
170708
|
171025
|
171026
|
171271
|
171272
|
171273
|
171274
|
171275
|
171276
|
179617
|
179618
|
179619
|
179620
|
179621
| 179622