[Koha-bugs] [Bug 35312] New: When circulation is blocked by noissuecharge, total of outstanding charges can be wrong

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 10 15:41:09 CET 2023


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

            Bug ID: 35312
           Summary: When circulation is blocked by noissuecharge, total of
                    outstanding charges can be wrong
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org
                CC: clemens.tubach at kit.edu, gmcharlt at gmail.com,
                    kyle.m.hall at gmail.com, michaela.sieber at kit.edu

When some debit types are excluded from blocking circulation (noissuecharge),
the total on the checkouts page will exclude them, although they are still
outstanding.

* Set systempreference noissuecharge to 5
* Add a new debit type: TEST 
  * amount: 6.00 
  * Can be manually ivoiced? Yes 
  * Include in noissuescharge? No (don't check it)
* Go to any patron account without open fines/fees
* Create a manual invoice for TEST of 6.00
* Verify fine total shows as 6 and you can still checkout
* Add another manual invoice of type Manual fee of 6.00
* Verify the table shows a total of 12.00
* Verify you can no longer checkout

On the checkouts tab you'll see a message:

Charges: Patron has outstanding charges of 6.00. Checkouts are BLOCKED because
fine balance is OVER THE LIMIT

The amount is wrong. The outstanding charges are 12.00

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


More information about the Koha-bugs mailing list