From da9e86d7e548fb2b83df54b124d8bd0cb5932832 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 19 Aug 2013 11:37:55 -0400 Subject: [PATCH] Bug 10764 - Update POD of C4::Items::GetItemStatus() to use TT syntax Content-Type: text/plain; charset="utf-8" This patch updates the example template syntax in the POD for C4::Items::GetItemStatus() to use Template Toolkit syntax. To test, view the POD for C4::Items::GetItemStatus() and confirm that it looks correct. --- C4/Items.pm | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/C4/Items.pm b/C4/Items.pm index 212a9d3..64db262 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -751,12 +751,16 @@ Create a status selector with the following code =head3 in TEMPLATE - + =cut -- 1.7.9.5