[Koha-bugs] [Bug 19036] Number payment receipts / payment slips

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 26 07:52:57 CET 2020


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

--- Comment #9 from Julian Maurice <julian.maurice at 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.


More information about the Koha-bugs mailing list