Bugzilla – Attachment 2924 Details for
Bug 5419
account fees not showing as reason to not check out
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
signed off patch
bug5419.patch (text/plain), 3.60 KB, created by
Nicole C. Engard
on 2010-12-30 16:41:46 UTC
(
hide
)
Description:
signed off patch
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2010-12-30 16:41:46 UTC
Size:
3.60 KB
patch
obsolete
>From: Ian Walls <ian.walls@bywatersolutions.com> >To: koha-patches@lists.koha-community.org >Date: Thu, 30 Dec 2010 11:35:45 -0500 >Message-Id: <1293726945-10425-1-git-send-email-ian.walls@bywatersolutions.com> >X-Mailer: git-send-email 1.5.6.5 >Subject: [Koha-patches] [PATCH] [SIGNED-OFF] bug 5419: make reason checkouts > blocked stand out >X-BeenThere: koha-patches@lists.koha-community.org >X-Mailman-Version: 2.1.11 >Precedence: list >List-Id: Patches submitted to Koha <koha-patches.lists.koha-community.org> >List-Unsubscribe: <http://lists.koha-community.org/cgi-bin/mailman/options/koha-patches>, > <mailto:koha-patches-request@lists.koha-community.org?subject=unsubscribe> >List-Archive: </pipermail/koha-patches> >List-Post: <mailto:koha-patches@lists.koha-community.org> >List-Help: <mailto:koha-patches-request@lists.koha-community.org?subject=help> >List-Subscribe: <http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches>, > <mailto:koha-patches-request@lists.koha-community.org?subject=subscribe> >MIME-Version: 1.0 >Content-Type: text/plain; charset="us-ascii" >Content-Transfer-Encoding: 7bit >Sender: koha-patches-bounces@lists.koha-community.org >Errors-To: koha-patches-bounces@lists.koha-community.org > >From: Nicole Engard <nengard@bywatersolutions.com> > > >Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com> >--- > .../prog/en/modules/circ/circulation.tmpl | 14 ++++++-------- > 1 files changed, 6 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >index 9663e02..71b19f0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >@@ -485,7 +485,9 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> > <div id="circmessages" class="circmessage attention"> > <!-- /TMPL_IF --> > >- <h3><!-- TMPL_IF NAME="noissues" -->Cannot Check Out!<!-- TMPL_ELSE -->Attention:<!-- /TMPL_IF --></h3> >+ <h3><!-- TMPL_IF NAME="noissues" --> >+ Cannot check out! >+ <!-- TMPL_ELSE -->Attention:<!-- /TMPL_IF --></h3> > <ul> > > <!-- TMPL_IF NAME = "warndeparture" --> >@@ -524,14 +526,10 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> > <!-- /TMPL_IF --> > > <!-- TMPL_IF NAME="charges" --> >- <!-- TMPL_IF NAME="charges_is_blocker" --> >- <li class="blocker"> >- <!-- TMPL_ELSE --> >- <li> >- <!-- /TMPL_IF --> >+ <li> > <span class="circ-hlt">Fines:</span> Patron has <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->">Outstanding fines<!-- TMPL_IF NAME="chargesamount" --> of <!-- TMPL_VAR NAME="chargesamount" --><!-- /TMPL_IF --></a>. > <!-- TMPL_IF NAME="charges_is_blocker" --> >- Checkouts are blocked because fine balance is over the limit. >+ Checkouts are <span class="circ-hlt">BLOCKED</span> because fine balance is <span class="circ-hlt">OVER THE LIMIT</span>. > <!-- /TMPL_IF --> > Make <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->">Payment</a></li> > <!-- /TMPL_IF --> >@@ -848,4 +846,4 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> > <!-- TMPL_INCLUDE NAME="circ-menu.inc" --> > </div><!-- /TMPL_IF --><!-- /TMPL_UNLESS --> > </div> >-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> >+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> >\ No newline at end of file >-- >1.5.6.5 >
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 5419
:
2774
|
2908
|
2909
|
2910
| 2924