Summary: | actual price not recorded when ordering | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Acquisitions | Assignee: | Maxime Pelletier <pelletiermaxime> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | paul.poulain, pelletiermaxime |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | Sponsored | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
patch to fix the problem
Use unitprice in neworder so that the value is saved in the database and so it will be the same field used as to receive shipments |
Description
Nicole C. Engard
2011-05-26 20:22:56 UTC
Created attachment 5855 [details] [review] patch to fix the problem Originally attached to #6879. Created attachment 5884 [details] [review] Use unitprice in neworder so that the value is saved in the database and so it will be the same field used as to receive shipments http://bugs.koha-community.org/show_bug.cgi?id=6414 Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Signed off with a note: this doesn't fix everything mentioned in the bug. It also might clash with bug 4831 and should be tested with that patch. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> QA comment : * very explanatory screencast from Nicole * small & clean code passed QA Side comment : the actual price is not set by the javascript like other prices are calculated when you fill the vendor price. Couldn't this field be set also ? (that would be another bug/patch, just wondering here while testing) I don't think it should be filled. Actual price should only be filled in after the item was received and has an actual price. The valuse should always come from the database. So no calculation done there. Patch pushed, please test (my 1st push!!!) Checked that actual price shows up when modifying and receiving an order line. |