[Koha-bugs] [Bug 14757] Allow the use of Template Toolkit syntax for slips and notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 29 17:21:32 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14757

--- Comment #10 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Comment on attachment 47176
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47176
Bug 14757 - Allow the use of Template Toolkit syntax for slips and notices

Review of attachment 47176:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14757&attachment=47176)
-----------------------------------------------------------------

::: C4/Letters.pm
@@ +1414,5 @@
> +        issues => {
> +            module   => 'Koha::Checkouts',
> +            singular => 'checkout',
> +            plural   => 'checkouts',
> +            fk       => 'itemnumber',

We should use `pk => issue_id` and update existing calls.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list