26 Feb
2020
26 Feb
'20
7:52 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19036 --- Comment #9 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Michal Denar from comment #8)
Hi Julian, I've tested bug. All works great, but I'm not able to add account credit number on print slip. It generate just empty space. But maybe it's my mistake. Can you double-check this part?
Thank you.
Hi Michal, You need to edit the ACCOUNT_CREDIT letter ("Print" message type), search for a FOREACH loop like this: [% FOREACH account IN accounts %] And add [% account.credit_number %] inside that loop -- You are receiving this mail because: You are watching all bug changes.