http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9709 Christopher Brannon <cbrannon@cdalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon@cdalibrary.org --- Comment #2 from Christopher Brannon <cbrannon@cdalibrary.org> --- It would be great if this would get more attention. We are using the following jQuery to work around this issue at the moment: //Compensate for bug in Acquisitions where actual cost on receiving is not updated if($("form[action='/cgi-bin/koha/acqui/finishreceive.pl'] #cost").attr('value') == '0.00') { $("form[action='/cgi-bin/koha/acqui/finishreceive.pl'] #cost").val($("form[action='/cgi-bin/koha/acqui/finishreceive.pl'] #ecost").val()); }; //end Acq bug compensation Christopher -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.