]> git.koha-community.org Git - koha.git/commit
Bug 8670 - Update POD of C4::Branch::GetBranches() to use TT syntax
authorOwen Leonard <oleonard@myacpl.org>
Mon, 19 Aug 2013 14:55:52 +0000 (10:55 -0400)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 13 Sep 2013 14:31:24 +0000 (11:31 -0300)
commit66b214899fe6624a023ee16e3e920414f27abb8a
tree1c31635d401eb30956739c7d2b797cb3d07f1149
parenta55080c88593b5e0e0d3d8192ee9c7f09e78d258
Bug 8670 - Update POD of C4::Branch::GetBranches() to use TT syntax

This patch updates the example template syntax in the POD for
C4::Branch::GetBranches() to use Template Toolkit syntax.

To test, view the POD for C4::Branch::GetBranches() and confirm that it
looks correct.

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Checked the POD with "perldoc C4/Branch.pm" before and after applying
the patch. The example now uses TT syntax, and looks sensible.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 7ae3ea68579b3f870d7e42968c3727ecffac7f02)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Branch.pm