[Koha-bugs] [Bug 9709] actual cost staying zero

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 17 19:35:49 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9709

Christopher Brannon <cbrannon at cdalibrary.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cbrannon at cdalibrary.org

--- Comment #2 from Christopher Brannon <cbrannon at 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.


More information about the Koha-bugs mailing list