From 7a7f9ad54bd2cc1791f71476269632ac71834448 Mon Sep 17 00:00:00 2001 From: gfawcett Date: Tue, 24 Mar 2009 03:07:28 +0000 Subject: [PATCH] let users edit display-name of physical items, too. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@214 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/templates/item_add_phys.xhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conifer/templates/item_add_phys.xhtml b/conifer/templates/item_add_phys.xhtml index 460c495..25a2500 100644 --- a/conifer/templates/item_add_phys.xhtml +++ b/conifer/templates/item_add_phys.xhtml @@ -20,10 +20,12 @@ course_title = '%s: %s (%s)' % (course.code, course.title, course.term)

${title}

+

Display name:

+ ${item_metadata_formset(show_more=False)}

- +

-- 2.11.0