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

(-)a/acqui/addorder.pl (-8 lines)
Lines 250-262 if ( $orderinfo->{quantity} ne '0' ) { Link Here
250
                "biblio.copyrightdate"        => $$orderinfo{publicationyear} ? $$orderinfo{publicationyear}: "",
250
                "biblio.copyrightdate"        => $$orderinfo{publicationyear} ? $$orderinfo{publicationyear}: "",
251
                "biblioitems.itemtype"        => $$orderinfo{itemtype} ? $$orderinfo{itemtype} : "",
251
                "biblioitems.itemtype"        => $$orderinfo{itemtype} ? $$orderinfo{itemtype} : "",
252
                "biblioitems.editionstatement"=> $$orderinfo{editionstatement} ? $$orderinfo{editionstatement} : "",
252
                "biblioitems.editionstatement"=> $$orderinfo{editionstatement} ? $$orderinfo{editionstatement} : "",
253
                "aqorders.branchcode"         => $$orderinfo{branchcode} ? $$orderinfo{branchcode} : "",
254
                "aqorders.quantity"           => $$orderinfo{quantity} ? $$orderinfo{quantity} : "",
255
                "aqorders.listprice"          => $$orderinfo{listprice} ? $$orderinfo{listprice} : "",
256
                "aqorders.uncertainprice"     => $$orderinfo{uncertainprice} ? $$orderinfo{uncertainprice} : "",
257
                "aqorders.rrp"                => $$orderinfo{rrp} ? $$orderinfo{rrp} : "",
258
                "aqorders.ecost"              => $$orderinfo{ecost} ? $$orderinfo{ecost} : "",
259
                "aqorders.discount"           => $$orderinfo{discount} ? $$orderinfo{discount} : "",
260
            });
253
            });
261
254
262
        # create the record in catalogue, with framework ''
255
        # create the record in catalogue, with framework ''
263
- 

Return to bug 12841