[Koha-bugs] [Bug 13318] C4::Acq::GetParcel is not used and can be removed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 28 06:48:45 CET 2014


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

wajasu <matted-34813 at mypacks.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33774|0                           |1
        is obsolete|                            |
                 CC|                            |matted-34813 at mypacks.net

--- Comment #2 from wajasu <matted-34813 at mypacks.net> ---
Created attachment 34011
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34011&action=edit
Bug-13318-Delete-C4-Acq-GetParcel.patch

Reviewed code.

# before patch
git grep GetParcel
C4/Acquisition.pm:        &GetParcels &GetParcel
C4/Acquisition.pm:=head3 GetParcel
C4/Acquisition.pm:  @results = &GetParcel($booksellerid, $code, $date);
C4/Acquisition.pm:sub GetParcel {
C4/Acquisition.pm:=head3 GetParcels
C4/Acquisition.pm:  $results = &GetParcels($bookseller, $order, $code,
$datefrom, $dateto);
C4/Acquisition.pm:sub GetParcels {

#after patch
git grep GetParcel
C4/Acquisition.pm:        &GetParcels
C4/Acquisition.pm:=head3 GetParcels
C4/Acquisition.pm:  $results = &GetParcels($bookseller, $order, $code,
$datefrom, $dateto);
C4/Acquisition.pm:sub GetParcels {


Dead code removed.

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


More information about the Koha-bugs mailing list