Re: [Koha] How to show description of item type in ISSUESLIP

2019-05-17 Thread Michael Kuhn
Hi Jonathan > Replace the whole checkedout "loop" with the FOR loop > The example in the test file should give you an idea about how to do > that. What test file do you mean? I can't find any hint on what the construct "" actually does, neither in the Koha wiki nor in the Koha manual.

Re: [Koha] KohaCon2019 Live Stream

2019-05-17 Thread Narcis Garcia
UTC ? El 17/5/19 a les 15:50, Charles Quain ha escrit: > Dear Colleagues > > We are looking forward to a large gathering of the Koha Community in Dublin > next week. > > For those who are unable to attend, there will be a live stream via > YouTube. > > https://youtu.be/OpslIUoZcyU > > The

[Koha] KohaCon2019 Live Stream

2019-05-17 Thread Charles Quain
Dear Colleagues We are looking forward to a large gathering of the Koha Community in Dublin next week. For those who are unable to attend, there will be a live stream via YouTube. https://youtu.be/OpslIUoZcyU The link will also be on our KohaCon website: https://www.interleaf.ie/kohacon19/

Re: [Koha] How to show description of item type in ISSUESLIP

2019-05-17 Thread Jonathan Druart
Replace the whole checkedout "loop" with the FOR loop The example in the test file should give you an idea about how to do that. El vie., 17 may. 2019 07:49, Michael Kuhn escribió: > Hi Jonathan > > Thanks for the code! I have included it as follows, but in fact the > whole thing is in another

Re: [Koha] How to show description of item type in ISSUESLIP

2019-05-17 Thread Michael Kuhn
Hi Jonathan Thanks for the code! I have included it as follows, but in fact the whole thing is in another loop called "checkedout": <> <> [% USE ItemTypes %] [% FOREACH checkout IN checkouts %] [% ItemTypes.GetDescription(checkout.item.effective_itemtype) %] [% END %] Fällig am: <> I