[Koha-bugs] [Bug 28147] Pass itemnumber when writing off a single debit

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 14 15:51:53 CEST 2021


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

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 119578
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=119578&action=edit
Bug 28147: Pass itemnumber through to Account->pay

Currently the itemnumber is not passed through when paying a single fine,
we should do that

To test:
1 - Create a manual debit and provide a barcode so the debit is linked to an
item
2 - Go to the 'Make a payment' tab. Click the 'Writeoff' button on the
individual line
3 - View the 'Transactions tab' The writeoff has no item details
4 - Apply patch
5 - Repeat 1 & 2
6 - View the transactions tab. The writeoff shows item details
7 - Confirm 'Writeoff amount' and 'Writeoff selected' still work and do not
link to item

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


More information about the Koha-bugs mailing list