[Koha-bugs] [Bug 17399] New: SIP2 Screen messages for checkout failure should be improved

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 4 17:53:46 CEST 2016


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

            Bug ID: 17399
           Summary: SIP2 Screen messages for checkout failure should be
                    improved
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: SIP2
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: colin.campbell at ptfs-europe.com

Koha should return useful screen messages for patrons when a checkout fails for
some reason, currently it seems we just get the last kye/value pair:

In C4 / SIP / ILS / Transaction / Checkout.pm

Line 69 is quite correct:

  67     if (scalar keys %$issuingimpossible) {
  68         foreach (keys %$issuingimpossible) {
  69             # do something here so we pass these errors
  70             $self->screen_msg($_ . ': ' . $issuingimpossible->{$_});
  71             $noerror = 0;
  72         }
  73     }

-- 
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