Bug 10764 - Update POD of C4::Items::GetItemStatus() to use TT syntax
authorOwen Leonard <oleonard@myacpl.org>
Mon, 19 Aug 2013 15:37:55 +0000 (11:37 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 20 Aug 2013 14:30:33 +0000 (14:30 +0000)
commitd515457c719197e66bd0a10c7011b407af2faa23
treef2aa0bc2db5c5759f373566c79036a11a5963fdb
parent3429e5e16da0b23615fac4ca0bb6251fac70301c
Bug 10764 - Update POD of C4::Items::GetItemStatus() to use TT syntax

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.

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
This patch works as advertised (verified with "perldoc C4::Items"),
for GetItemStatus, but it does not fix a a similar example for
GetItemLocation in the same file, which still has the old template
syntax. So a followup or separate bug for that is called for.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
It seems the default option is not in used in templates.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Items.pm