Bug 6593

Summary: Some information missing from the "Notices" tab
Product: Koha Reporter: Magnus Enger <magnus>
Component: Staff interfaceAssignee: Paul Poulain <paul.poulain>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: P5 - low CC: gmcharlt, katrin.fischer
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Magnus Enger 2011-07-16 11:11:38 UTC
On members/messaging.pl?borrowernumber=51 the "patroninfo" (above the tabs) looks like this: 

demo ()
    No address stored.
    No city stored.
    No phone stored.
    magnus@enger...
    Category: Staff (S)
    Home Library: Centerville

But on members/notices.pl?borrowernumber=51 it looks like this: 

demo ()
    No address stored.
    No city stored.
    No phone stored.
    magnus@enger.priv.no
    Category: (S)
    Home Library:

The name of the category and the home library is missing, on the last two lines.
Comment 1 Owen Leonard 2011-07-18 13:04:12 UTC
I almost marked this bug as a duplicate of Bug 3941. Certainly a fix for Bug 3941 could solve this problem.
Comment 2 Katrin Fischer 2013-04-13 21:50:32 UTC
This is fixed on the current master branch, all information shows.