Bugzilla – Attachment 94295 Details for
Bug 23444
Terminology: Use library instead of branch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23444: Terminology - Use library instead of branch
Bug-23444-Terminology---Use-library-instead-of-bra.patch (text/plain), 3.90 KB, created by
Martin Renvoize (ashimema)
on 2019-10-16 13:16:42 UTC
(
hide
)
Description:
Bug 23444: Terminology - Use library instead of branch
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-10-16 13:16:42 UTC
Size:
3.90 KB
patch
obsolete
>From 143001e1132463bb827794f5f199eebb678a4a63 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 9 Aug 2019 15:26:12 +0000 >Subject: [PATCH] Bug 23444: Terminology - Use library instead of branch > >This changes some strings in the templates for: > >- Receiving orders (creating items on receive) > Home branch -> Home library > Holding branch -> Current location > (matches item display in staff) >- Callnumber browser item value builder plugin > Branch -> Library >- Accounts wizard in reports > Transaction branch -> Transaction library >- Serials wizard in reports > Branch -> Library > >Also fixes 2 capitalization issues: > Subscription id -> Subscription ID > Call Number -> Call number > >Signed-off-by: Alex Sassmannshausen <alex@komputilo.eu> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 4 ++-- > .../prog/en/modules/cataloguing/value_builder/cn_browser.tt | 4 ++-- > .../prog/en/modules/reports/cash_register_stats.tt | 2 +- > .../intranet-tmpl/prog/en/modules/reports/serials_stats.tt | 4 ++-- > 4 files changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index bf940446cf..a2159eaf96 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -161,8 +161,8 @@ > <th>Receive?</th> > <th> </th> > <th>Barcode</th> >- <th>Home branch</th> >- <th>Holding branch</th> >+ <th>Home library</th> >+ <th>Current location</th> > <th>Not for loan</th> > <th>Restricted</th> > <th>Location</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt >index 974bee254d..4e7dcc4a6a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt >@@ -25,9 +25,9 @@ > > <table id="cn_browser_table"> > <thead><tr> >- <th>Call Number</th> >+ <th>Call number</th> > <th>Title</th> >- <th>Branch</th> >+ <th>Library</th> > </tr></thead> > <tbody> > [% FOREACH cn_loo IN cn_loop %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >index 88f6a8dc73..d127de65be 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >@@ -177,7 +177,7 @@ > <th>Manager name</th> > <th>Patron card number</th> > <th>Patron name</th> >- <th>Transaction branch</th> >+ <th>Transaction library</th> > <th>Transaction date</th> > <th>Transaction type</th> > <th>Notes</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt >index 8296ff63b9..91cb513b34 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt >@@ -29,8 +29,8 @@ > <tr> > <th>Vendor</th> > <th>Title</th> >- <th>Subscription id</th> >- <th>Branch</th> >+ <th>Subscription ID</th> >+ <th>Library</th> > <th>Call number</th> > <th>Subscription begin</th> > <th>Subscription end</th> >-- >2.20.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 23444
:
92135
|
92136
|
93613
| 94295