Bug 17930 - Errors in the manual in self-checkout section
Summary: Errors in the manual in self-checkout section
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Documentation (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Nicole C. Engard
QA Contact: Testopia
URL:
Keywords: Academy
Depends on:
Blocks:
 
Reported: 2017-01-18 03:38 UTC by Aleisha Amohia
Modified: 2020-11-17 20:06 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleisha Amohia 2017-01-18 03:38:33 UTC
There are two errors that have been spotted in the manual in Chapter 5, Section 12 (Self-checkout) 
1) "There is no link to the Self Checkout module, but a simple addition to the IntranetUserJS system preference can add one." - This should say 'OPACUserJS', not 'IntranetUserJS'.
2) The JS script that is provided does not work with the #submit bit, but works without it
Comment 1 Aleisha Amohia 2017-01-24 03:47:26 UTC
the provided JS script should be changed to 
$(document).ready(function(){ 
  $("#login .btn").parent().after("<p><a href=\"http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl\" target=\"_blank\">Self-Checkout</a></p>");
});
Comment 2 Katrin Fischer 2017-09-12 12:55:03 UTC
Would make a great first patch to a new documentation writer!
Comment 3 Jason Robb 2018-09-14 21:44:50 UTC
Updated the manual.