Bugzilla – Attachment 70529 Details for
Bug 19825
List of pending offline operations does not links to biblio
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19825: Make links to biblios on pending offline circulation page working again
Bug-19825-Make-links-to-biblios-on-pending-offline.patch (text/plain), 1.78 KB, created by
Charlotte Cordwell
on 2018-01-16 01:13:09 UTC
(
hide
)
Description:
Bug 19825: Make links to biblios on pending offline circulation page working again
Filename:
MIME Type:
Creator:
Charlotte Cordwell
Created:
2018-01-16 01:13:09 UTC
Size:
1.78 KB
patch
obsolete
>From aa0a2931f855b3c19e6ca94698bd9e7ea50d41cf Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Sun, 17 Dec 2017 08:45:41 +0000 >Subject: [PATCH] Bug 19825: Make links to biblios on pending offline > circulation page working again > >0) Do not apply the patch >1) Have pending offline circulation operations - you can use standalone >application, Firefox add-on or built-in offline circulatin client - it >does not matter in this case >2) Go to Circulation -> pending offline circulation actions >3) You see all barcode in red and without links - even if the item and >biblio existed >4) Apply the patch >5) Repeat 1-3, now you should see the links to biblio on existing items > >Note: Don't add non-existent barcodes actions and payment actions unti >bug 19771 is not fixed > >Signed-off-by: Charlotte Cordwell <charlotte.cordwell123@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt >index 684f8d2..1c4e28e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt >@@ -50,7 +50,7 @@ > [% END -%] > </td> > <td> >- [% IF ( biblionumber ) %] >+ [% IF ( operation.biblionumber ) %] > <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% operation.biblionumber %]" title="[% operation.bibliotitle %]">[% operation.barcode %]</a> > [% ELSE %] > <span class="error">[% operation.barcode %]</span> >-- >2.1.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 19825
:
69838
|
70529
|
70761