Bugzilla – Attachment 3107 Details for
Bug 3495
Fast bib record add at circulation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed Patch
0001-Bug-3495-Providing-a-link-to-the-fast-add-screen-in-.patch (text/plain), 1.75 KB, created by
Chris Cormack
on 2011-02-09 00:57:55 UTC
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-02-09 00:57:55 UTC
Size:
1.75 KB
patch
obsolete
>From ad302233c1087628f1b6e88a3847a2118b591f14 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Wed, 9 Feb 2011 13:55:08 +1300 >Subject: [PATCH] Bug 3495 : Providing a link to the fast add screen in circulation for an item that isn't found > >Squashed commit of the following: > >commit bf7fb7971d2d6ea6b3ea09bda571bdc3399efb35 >Author: Chris Cormack <chrisc@catalyst.net.nz> >Date: Wed Feb 9 13:53:38 2011 +1300 > > Bug 3495 : Wrapping link to the fast cataloguing page with syspref and permissions > >commit ae7e2c278e10efea94e19b75446d7fed25272de2 >Author: Paul Poulain <paul.poulain@biblibre.com> >Date: Wed Dec 15 20:50:45 2010 +0100 > > Bug 3495 : Add link to Fast cataloguing in case the scanned barcode don't exist in circulation > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > .../prog/en/modules/circ/circulation.tmpl | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >index 2bdfc50..df78c54 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >@@ -301,6 +301,11 @@ function refocus(calendar) { > > <!-- TMPL_IF NAME="UNKNOWN_BARCODE" --> > <li>The barcode was not found <!-- TMPL_VAR NAME="barcode" --></li> >+ <!-- TMPL_IF NAME="fast_cataloging" --> >+ <!-- TMPL_IF NAME="CAN_user_editcatalogue_fast_cataloging" --> >+ <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA">Fast cataloging</a></li> >+ <!-- /TMPL_IF --> >+ <!-- /TMPL_IF --> > <!-- /TMPL_IF --> > > <!-- TMPL_IF NAME="NOT_FOR_LOAN" --> >-- >1.7.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 3495
:
1358
|
1359
| 3107 |
3253
|
3289