Bugzilla – Attachment 153482 Details for
Bug 32986
Add ability to generate custom slips for patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32986: (follow-up) POD
Bug-32986-follow-up-POD.patch (text/plain), 1.17 KB, created by
Nick Clemens (kidclamp)
on 2023-07-14 12:56:09 UTC
(
hide
)
Description:
Bug 32986: (follow-up) POD
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-07-14 12:56:09 UTC
Size:
1.17 KB
patch
obsolete
>From 0cb3bc2565237e9f542ab4b26f2abb09defad533 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 14 Jul 2023 12:54:35 +0000 >Subject: [PATCH] Bug 32986: (follow-up) POD > >--- > Koha/Template/Plugin/Notices.pm | 33 +++++++++++++++++++++++++++++++++ > 1 file changed, 33 insertions(+) > >diff --git a/Koha/Template/Plugin/Notices.pm b/Koha/Template/Plugin/Notices.pm >index 7e997483a6..de8640b3c6 100644 >--- a/Koha/Template/Plugin/Notices.pm >+++ b/Koha/Template/Plugin/Notices.pm >@@ -26,6 +26,39 @@ use C4::Koha; > use C4::Context; > use Koha::Notice::Templates; > >+=head1 NAME >+ >+Koha::Template::Plugin::Notices >+ >+=head1 DESCRIPTION >+ >+The Asset plugin is a helper that gets notice template objects >+accepting an optional module parameter >+ >+=head1 SYNOPSIS >+ >+ [% USE Notices %] >+ >+ [% SET notices = Notices.GetTemplates( 'patron_slip' ) %] >+ [% FOREACH notice IN notices %] >+ ... >+ [% END %] >+ >+=cut >+ >+=head1 API >+ >+=head2 Class Methods >+ >+=cut >+ >+=head3 GetTemplates >+ >+This routine searches the Koha::Notice::Template objects with passed module >+parameter >+ >+=cut >+ > sub GetTemplates { > my ( $self, $module ) = @_; > my $params = {}; >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32986
:
146750
|
148267
|
148361
|
148374
|
148376
|
149506
|
149507
|
153479
|
153480
|
153481
|
153482
|
156800
|
158399
|
158400
|
158401
|
158402
|
158403
|
158404
|
158405
|
158523