View | Details | Raw Unified | Return to bug 10043
Collapse All | Expand All

(-)a/acqui/finishreceive.pl (-1 / +1 lines)
Lines 154-158 sub update_item { Link Here
154
        price                => $unitprice,
154
        price                => $unitprice,
155
        replacementprice     => $rrp,
155
        replacementprice     => $rrp,
156
        replacementpricedate => $datereceived,
156
        replacementpricedate => $datereceived,
157
        notforloan           => 0,
157
    }, $biblionumber, $itemnumber );
158
    }, $biblionumber, $itemnumber );
158
}
159
}
159
- 

Return to bug 10043