Summary: | Fix date display when transferring an order | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Acquisitions | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | minor | ||
Priority: | P5 - low | CC: | f.demians, jonathan.druart, julian.maurice, kyle, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 15202: Fix date display when transferring an order
Bug 15202: Fix date display when transferring an order Bug 15202: Fix date display when transferring an order |
Description
Katrin Fischer
2015-11-17 23:33:06 UTC
Created attachment 45080 [details] [review] Bug 15202: Fix date display when transferring an order The date a basket was created was not displayed according to the dateformat system preference. Also fixes wording of the message shown when there are no baskets for a chosen vendor. To test: - Create an order with an order line - Click on the "Transfer" link on the basket summary page - Search for a vendor without open baskets - Verify change of message shown: "There are no open baskets for this vendor." - Choose another vendor with open baskets - Verify the creation date of the basket is displayed correctly formatted. Created attachment 45086 [details] [review] Bug 15202: Fix date display when transferring an order The date a basket was created was not displayed according to the dateformat system preference. Also fixes wording of the message shown when there are no baskets for a chosen vendor. To test: - Create an order with an order line - Click on the "Transfer" link on the basket summary page - Search for a vendor without open baskets - Verify change of message shown: "There are no open baskets for this vendor." - Choose another vendor with open baskets - Verify the creation date of the basket is displayed correctly formatted. Followed test plan, works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 45154 [details] [review] Bug 15202: Fix date display when transferring an order The date a basket was created was not displayed according to the dateformat system preference. Also fixes wording of the message shown when there are no baskets for a chosen vendor. To test: - Create an order with an order line - Click on the "Transfer" link on the basket summary page - Search for a vendor without open baskets - Verify change of message shown: "There are no open baskets for this vendor." - Choose another vendor with open baskets - Verify the creation date of the basket is displayed correctly formatted. Followed test plan, works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master! Thanks Katrin! Patch pushed to 3.22.x, will be in 3.22.1 This patch has been pushed to 3.20.x, will be in 3.20.7. |