[Koha-bugs] [Bug 12820] SIP2 does not send rental charge fee!

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 25 16:18:42 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12820

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31153|0                           |1
        is obsolete|                            |
  Attachment #33902|0                           |1
        is obsolete|                            |

--- Comment #8 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 33911
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33911&action=edit
Bug 12820 - SIP2 does not send rental charge fee!

Koha's SIP2 implementation has facilities to send the fee amount ( BV )
for checking out a given item, but in our code, the fee amount is never
set!

It's even more complicated than that. If there is a fee, the sip server
checks to see if BO ( fee acknowledged ) is set to Y. If it is not, the
SIP server is supposed to block the checkout and send a screen message
with the fee amount. If it is, the checkout proceeds as usual.

Test Plan:
1) Apply the patch for bug 13159
2) Set a checkout fee for an itemtype
3) Find an item of the itemtype
4) Run the SIP cli utility:
   sip_cli_emulator.pl -a <address> -p <port> -su <sip_user> -sp
<sip_user_password> -l <location> --patron <patron_cardnumber> -m checkout
--item <item_barcode>
5) Note the server returns an AF field describing the fee and doesn't
   check out the item.
6) Rerun step 4 with the addition of the -fa flag
7) Note the item checks out to the patron this time

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


More information about the Koha-bugs mailing list