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

--- Comment #10 from Jonathan Druart <jonathan.dru...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to