[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. c99a45667aeec97a0a0f06444dbd5ab50876ebd6
Evergreen Git
git at git.evergreen-ils.org
Wed Aug 19 10:47:54 EDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_7 has been updated
via c99a45667aeec97a0a0f06444dbd5ab50876ebd6 (commit)
from 1ea17671155f447c00cfab12d849f08c8be4c310 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c99a45667aeec97a0a0f06444dbd5ab50876ebd6
Author: Matt Berowski <berowskim at larl.org>
Date: Tue Aug 18 09:17:26 2015 -0500
Documentation typo fixes
- Corrected effect to affect
- Removed double the
- Spelling correction Preceeded to Preceded
- Corrected Spelling error self serve to self-serve
- Small typo in staff client receipt template - hold slip 2 docs.
Matt's first commit to evergreen docs!
Signed-off-by: Matt Berowski <berowskim at larl.org>
Signed-off-by: Josh Stompro <stomproj at larl.org>
diff --git a/docs/admin/sip_server.txt b/docs/admin/sip_server.txt
index 52956fd..ac99b1a 100644
--- a/docs/admin/sip_server.txt
+++ b/docs/admin/sip_server.txt
@@ -281,7 +281,7 @@ For clarification, the ``Request'' is from the device (selfcheck or otherwise) t
response to the request ;).
Within each request and response, a number of fields (either a fixed width or separated with a | [pipe symbol] and
-preceeded with a 2-character field identifier) are used. The fields vary between message pairs.
+preceded with a 2-character field identifier) are used. The fields vary between message pairs.
|===========================================================================
| *Pair* | *Name* | *Supported?* |*Details*
@@ -642,4 +642,4 @@ Fields
All fixed-length fields in a communication will appear before the first variable-length field. This allows for simple
parsing. Variable-length fields are by definition delimited, though there will not necessarily be an initial delimiter
between the last fixed-length field and the first variable-length one. It would be unnecessary, since you should know
-the exact position where that field begins already.
\ No newline at end of file
+the exact position where that field begins already.
diff --git a/docs/admin/workstation_admin_receipt_template_editor.txt b/docs/admin/workstation_admin_receipt_template_editor.txt
index 47482d3..6cab0e8 100644
--- a/docs/admin/workstation_admin_receipt_template_editor.txt
+++ b/docs/admin/workstation_admin_receipt_template_editor.txt
@@ -184,7 +184,7 @@ Printed by %STAFF_FIRSTNAME% at %SHORTNAME%<br/>.<br/>
Hold_Slip #2
^^^^^^^^^^^^^
-This is the slip is when a hold is fulfilled. This slip uses the SUBSTR macro to truncate the Patrons Last name to the first 4 characters and the patron's barcode to the last 5 digits. This slip is designed for libraries that use self serve holds. So, you will notice a lot of information about the hold is left off of the receipt.
+This is the slip that prints when a hold is fulfilled. This slip uses the SUBSTR macro to truncate the Patrons Last name to the first 4 characters and the patron's barcode to the last 5 digits. This slip is designed for libraries that use self-serve holds. So, you will notice a lot of information about the hold is left off of the receipt.
Header
[source,html]
diff --git a/docs/admin_initial_setup/migrating_patron_data.txt b/docs/admin_initial_setup/migrating_patron_data.txt
index c919c31..878c628 100644
--- a/docs/admin_initial_setup/migrating_patron_data.txt
+++ b/docs/admin_initial_setup/migrating_patron_data.txt
@@ -43,7 +43,7 @@ NOTE: The _default_ variables allow you to set default for your library or to po
required fields in Evergreen if your data includes NULL values.
+
The data field profile in the above SQL script refers to the user group and should be an
-integer referencing the id field in permission.grp_tree. Setting this value will effect
+integer referencing the id field in permission.grp_tree. Setting this value will affect
the permissions for the user. See the values in permission.grp_tree for possibilities.
+
ident_type is the identification type used for identifying users. This is a integer value
diff --git a/docs/admin_initial_setup/ordering_materials.txt b/docs/admin_initial_setup/ordering_materials.txt
index e1920b1..3fb62e4 100644
--- a/docs/admin_initial_setup/ordering_materials.txt
+++ b/docs/admin_initial_setup/ordering_materials.txt
@@ -111,7 +111,7 @@ expenditures on children's materials rather than reporting on each individual
fund.
. To create a fund tag, select *Admin > Server Administration > Acquisitions >
- Fund Tags*. Click the the *New Fund Tag* button. Select a owning library and
+ Fund Tags*. Click the *New Fund Tag* button. Select a owning library and
add the name for the fund tag.
. To apply a fund tag to a fund, select *Admin > Server Administration >
Acquisitions > Funds*. Click on the hyperlinked name for the fund. Click the
-----------------------------------------------------------------------
Summary of changes:
docs/admin/sip_server.txt | 4 ++--
.../workstation_admin_receipt_template_editor.txt | 2 +-
docs/admin_initial_setup/migrating_patron_data.txt | 2 +-
docs/admin_initial_setup/ordering_materials.txt | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list