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

wajasu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33774|0                           |1
        is obsolete|                            |
                 CC|                            |[email protected]

--- Comment #2 from wajasu <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to