Bugzilla – Attachment 136385 Details for
Bug 30994
Typo: item was on loan. couldn't be returned.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30994: Typo: item was on loan. couldn't be returned.
Bug-30994-Typo-item-was-on-loan-couldnt-be-returne.patch (text/plain), 2.04 KB, created by
David Nind
on 2022-06-21 01:20:33 UTC
(
hide
)
Description:
Bug 30994: Typo: item was on loan. couldn't be returned.
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-06-21 01:20:33 UTC
Size:
2.04 KB
patch
obsolete
>From 85651d0ea99a46c5fc10b6c27dfea939ea061f26 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 20 Jun 2022 13:20:58 +0000 >Subject: [PATCH] Bug 30994: Typo: item was on loan. couldn't be returned. > >This patch updates some language in the inventory template to make it >readable and consistent: Punctuation fixed, capitalization made more >consistent, language corrections ("check in" instead of "return"). > >To test you can try to apply the patch and trigger the various errors in >the inventory interface, but it's probably enough to visually confirm >the changes in the patch. > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/tools/inventory.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index 2096880d23..4f952b5452 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -57,10 +57,10 @@ > [% FOREACH error IN errorloop %] > <div class="dialog alert"> > [% error.barcode | html %] >- [% IF (error.ERR_BARCODE) %]: <span>barcode not found</span>[% END %] >- [% IF (error.ERR_WTHDRAWN) %]: <span>item withdrawn</span>[% END %] >- [% IF (error.ERR_ONLOAN_RET) %]: <span>item was on loan. It was returned before marked as seen</span>[% END %] >- [% IF (error.ERR_ONLOAN_NOT_RET) %]: <span>item was on loan. couldn't be returned.</span>[% END %] >+ [% IF (error.ERR_BARCODE) %]: <span>Barcode not found.</span>[% END %] >+ [% IF (error.ERR_WTHDRAWN) %]: <span>Item withdrawn.</span>[% END %] >+ [% IF (error.ERR_ONLOAN_RET) %]: <span>Item was on loan. It was checked in before being marked as seen.</span>[% END %] >+ [% IF (error.ERR_ONLOAN_NOT_RET) %]: <span>Item was on loan and could not be checked in.</span>[% END %] > </div> > [% END %] > [% UNLESS op %] >-- >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 30994
:
136372
|
136385
|
136553