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

(-)a/koha-tmpl/intranet-tmpl/prog/en/js/basket.js (-1 / +6 lines)
Lines 433-436 $(document).ready(function(){ Link Here
433
	if(basketcount){ updateBasket(basketcount); }
433
	if(basketcount){ updateBasket(basketcount); }
434
});
434
});
435
435
436
function batchEdit(){
437
    var valCookie = readCookie(nameCookie);
438
    var strCookie = nameParam + "=" + valCookie;
436
439
437
- 
440
    var loc = CGIBIN + "tools/batchedit.pl?" + strCookie;
441
    window.opener.location = loc;
442
}

Return to bug 5887