[Bug 9709] New: actual cost staying zero
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9709 Bug ID: 9709 Summary: actual cost staying zero Classification: Unclassified Change sponsored?: --- Product: Koha Version: 3.8 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: nengard@gmail.com It looks like when you are going through the receiving process that the Actual Cost field is not being updated as it has in the past. It is filled in as zero rather than defaulting to the Estimated Cost. Because of this, if you don't change it, it shows that it didn't cost anything, and the Total ends up being zero. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9709 --- Comment #1 from Nicole C. Engard <nengard@gmail.com> --- This is still an issue. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9709 Jacek Ablewicz <abl@biblos.pk.edu.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl@biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes.
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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9709 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 34022 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34022&action=edit Screenshot of receive screen Hi Christopher, I just tested this on current master and couldn't reproduce the problem. The bug was filed for 3.8, is this correct? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9709 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m Resolution|--- |FIXED Version|3.8 |master Status|NEW |RESOLVED --- Comment #4 from Jonathan Druart <jonathan.druart@biblibre.com> --- Fixed on master, since 3.8 is not longer supported, I closed this bug report. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org