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

Christopher Brannon <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Christopher Brannon <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to