Bugzilla – Attachment 35998 Details for
Bug 13593
'Stock number' should be 'Inventory number'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Bug 13593: 'stock number' should be 'inventory number'
Signed-off-Bug-13593-stock-number-should-be-invent.patch (text/plain), 4.04 KB, created by
Marc Véron
on 2015-02-18 17:48:56 UTC
(
hide
)
Description:
[Signed-off] Bug 13593: 'stock number' should be 'inventory number'
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-02-18 17:48:56 UTC
Size:
4.04 KB
patch
obsolete
>From e8d93c708e421573cf52ec57208361ff26ecda37 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 18 Jan 2015 20:04:15 +0100 >Subject: [PATCH] [Signed-off] Bug 13593: 'stock number' should be 'inventory > number' >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To make Koha easier to use, we should use terms consistently. >This patch fixes some occurrences of 'stock number' to be >'inventory number' as this is also the term used in the frameworks. > >Item search, accessible via the link from staff's advanced search >1) Do a search for items, but choose CSV as output >2) Verify that the header row says 'inventory number' > >Acquisition >3) Set AcqCreateItem to 'order' >4) Create a new order, check the labels on the item table in the order > >5) Receive the order, check the labels on the item table on receive > >6) Set AcqCreateItem to 'receive' >7) Check the item table on receiving an order > >Followed test plan (including item search with JavaScipt disabled). Headers / labels display as expected. > >http://bugs.koha-community.org/show_bug.cgi?id=13564 >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/catalogue/itemsearch.csv.tt | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index fcf15a0..faa76fd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -376,7 +376,7 @@ $(document).ready(function() > <th>Location</th> > <th>Call number</th> > <th>Copy number</th> >- <th>Stock number</th> >+ <th>Inventory number</th> > <th>Collection code</th> > <th>Item type</th> > <th>Materials</th> >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 833f0e6..014f39b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -178,7 +178,7 @@ > <th>Location</th> > <th>Call number</th> > <th>Copy number</th> >- <th>Stock number</th> >+ <th>Inventory number</th> > <th>Collection code</th> > <th>Item type</th> > <th>Materials</th> >@@ -221,7 +221,7 @@ > <th>Location</th> > <th>Call number</th> > <th>Copy number</th> >- <th>Stock number</th> >+ <th>Inventory number</th> > <th>Collection code</th> > <th>Item type</th> > <th>Materials</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.csv.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.csv.tt >index 5b2bbea..45cfd32 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.csv.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.csv.tt >@@ -1,4 +1,4 @@ >-Title, Publication Date, Publisher, Collection, Barcode, Call number, Home library, Current location, Shelving location, Stock number, Status, Checkouts >+Title, Publication Date, Publisher, Collection, Barcode, Call number, Home library, Current location, Shelving location, Inventory number, Status, Checkouts > [% FOREACH item IN results -%] > [%- INCLUDE 'catalogue/itemsearch_item.csv.inc' item = item -%] > [%- END -%] >-- >1.7.10.4
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 13593
:
35347
|
35998
|
36041
|
36042