From e4ff6afb7be2176d71241baa98500d28f226d210 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 3 Jul 2014 16:20:08 -0400 Subject: [PATCH] LP# 1337550 remove schema.org itemOffered, add price property We use the "offers" property to link the Product to the Offer, so there is no reason to use a reciprocal "itemOffered" property to link back to the Product from the Offer. The circular reference confuses some tools (http://rdfa.info/play) and may complicate general processing, so let's simply remove it. Signed-off-by: Dan Scott Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/parts/record/copy_table.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 index 409964b562..3ae8504378 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -96,7 +96,7 @@ END; # FOREACH bib [%- ELSE %] [%- INCLUDE "opac/parts/library_name_link.tt2"; -%] - + [% END %] [% callnum | html %] [% IF ctx.get_org_setting(CGI.param('loc') OR ctx.aou_tree.id, 'sms.enable') == 1 %](Text)[% END %] [%- IF has_parts == 'true' %] -- 2.43.2