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

(-)a/acqui/finishreceive.pl (-1 / +1 lines)
Lines 150-155 ModItem( Link Here
150
    {
150
    {
151
        booksellerid         => $booksellerid,
151
        booksellerid         => $booksellerid,
152
        dateaccessioned      => $datereceived,
152
        dateaccessioned      => $datereceived,
153
        datelastseen         => $datereceived,
153
        price                => $unitprice,
154
        price                => $unitprice,
154
        replacementprice     => $order->{rrp},
155
        replacementprice     => $order->{rrp},
155
        replacementpricedate => $datereceived,
156
        replacementpricedate => $datereceived,
156
- 

Return to bug 18429