Bug 15977 - Optional double screen message in Patron Info/Status
Summary: Optional double screen message in Patron Info/Status
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: SIP2 (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-04 11:17 UTC by Marcel de Rooy
Modified: 2023-11-20 12:05 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2016-03-04 11:17:33 UTC
This code in MsgType.pm:
        $resp .= maybe_add( FID_SCREEN_MSG, $patron->{branchcode}, $server )
          if ( $server->{account}->{send_patron_home_library_in_af} );
produces two AFs if you enable that attribute in your config.

Not sure if that should be the case and is conform protocol.
Also: are we solving a problem here in the wrong place? It looks kind of inappropriate use..