Summary: | Optionally display barcode on OPAC detail page | ||
---|---|---|---|
Product: | Koha | Reporter: | Savitra Sirohi <savitra.sirohi> |
Component: | OPAC | Assignee: | Amit Gupta <kohapatch> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | P3 | CC: | ebin.joseph, jonathan.druart, julian.maurice, kohapatch, m.r.davis, nengard, paul.poulain, vimalibre |
Version: | 3.10 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Display barcode on OPAC detail page.
[SIGNED-OFF] Bug 6774 - Display barcode on OPAC detail page. Bug 6774 Display barcode on OPAC detail page(Correcting Typo). Patch to display the barcode in catalog detail page. Bug 6774 Display barcode on OPAC detail page(Correcting Typo). [SIGNED-OFF] Bug 6774 Display barcode on OPAC detail page(Correcting Typo) |
Description
Savitra Sirohi
2011-08-25 04:31:14 UTC
There is a feature for this to show on the summary already. See here: http://manual.koha-community.org/3.6/en/opacmyaccount.html#opacmysummary and scroll to "If your patrons would like to see the items barcodes on their list of checked out items..." If the barcode is added to the detail page it should be with an option to turn it off, just like the above example. Created attachment 5372 [details] [review] Display barcode on OPAC detail page. Created attachment 5386 [details] [review] [SIGNED-OFF] Bug 6774 - Display barcode on OPAC detail page. Display barcode on OPAC detail normal view including in XSLT view. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> QA comment : small english typo if i'm not wrong: +INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OPACShowBarcode','0','Show items barcode in holiding tab','','YesNo'); holiding tab is holding tab isn't it ? Created attachment 5758 [details] [review] Bug 6774 Display barcode on OPAC detail page(Correcting Typo). small english typo fix QA comment * clear description * the only change between the patch signed off by nicole & the new patch is the typo fix, the removal of the signoff and a space added * lines added contains TAB: our rule is to use 4 spaces for indentation => marking failed QA, sorry, I could have seen this before. resubmit with spaces & i'll QA again This feature not arrived yet? (In reply to comment #6) > QA comment > * clear description > * the only change between the patch signed off by nicole & the new patch is > the typo fix, the removal of the signoff and a space added > * lines added contains TAB: our rule is to use 4 spaces for indentation > > => marking failed QA, sorry, I could have seen this before. resubmit with > spaces & i'll QA again https://lh5.googleusercontent.com/-H0APDWhWE8o/Tz6G1-1TX7I/AAAAAAAAGzw/e-0I3v5CRf0/s400/Koha%2520Online%2520Catalog.png Created attachment 9985 [details] [review] Patch to display the barcode in catalog detail page. Attached is the patch to display the barcode in catalog detail page. Applying: Display barcode on OPAC detail page error: patch failed: installer/data/mysql/updatedatabase.pl:5308 error: installer/data/mysql/updatedatabase.pl: patch does not apply Patch failed at 0001 Display barcode on OPAC detail page The two patches are similar, so first should probably be obsoleted. Neither apply, so need to be resubmitted. Created attachment 10225 [details] [review] Bug 6774 Display barcode on OPAC detail page(Correcting Typo). Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Rebased to current master, works in my tests, but needs another set of eyes. Apart from the name of the system preference are basically the same. I have rebased the first Patch from Amit Gupta, as he did the earlier patch for this. To test, only one of the patches should be applied. Note: Amit's patch is the second on the bug now. Created attachment 10248 [details] [review] [SIGNED-OFF] Bug 6774 Display barcode on OPAC detail page(Correcting Typo) Works for me too on current master. Signed off. QA Comments: Adds a new syspref OPACShowBarcode for the opac-detail page. Marking as Passed QA |