From e70921ff51ade734f2890b9b16baa1c631bfd292 Mon Sep 17 00:00:00 2001 From: Josef Moravec 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 Signed-off-by: Nick Clemens --- 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 -%] - [% IF ( biblionumber ) %] + [% IF ( operation.biblionumber ) %] [% operation.barcode %] [% ELSE %] [% operation.barcode %] -- 2.1.4