[Koha-bugs] [Bug 7480] authorisedbyname filled twice in neworderempty.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Nov 9 19:08:55 CET 2014


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Still valid, something for a small clean-up patch:

    authorisedbyname     => $basket->{'authorisedbyname'},
    closedate            => $basket->{'closedate'},
    # order details
    suggestionid         => $suggestion->{suggestionid},
    surnamesuggestedby   => $suggestion->{surnamesuggestedby},
    firstnamesuggestedby => $suggestion->{firstnamesuggestedby},
    biblionumber         => $biblionumber,
    uncertainprice       => $data->{'uncertainprice'},
    authorisedbyname     => $borrower->{'firstname'} . " " .
$borrower->{'surname'},

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


More information about the Koha-bugs mailing list