Summary: | Shipping cost should default to a blank box instead of 0.00 | ||
---|---|---|---|
Product: | Koha | Reporter: | Laura Escamilla <Laura.escamilla> |
Component: | Acquisitions | Assignee: | Laura Escamilla <Laura.escamilla> |
Status: | CLOSED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | anneli.osterman, fridolin.somers, katariina.hanhisalo, kebliss |
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: |
23.11.00,23.05.04,22.11.10
|
|
Circulation function: | |||
Attachments: |
Bug 34095: Adjust logic so that shipment cost is empty if the receiving shipment cost is blank.
Bug 34095: Adjust logic so that shipment cost is empty if the receiving shipment cost is blank. Bug 34095: Adjust logic so that shipment cost is empty if the receiving shipment cost is blank. |
Description
Laura Escamilla
2023-06-22 12:54:45 UTC
Created attachment 154377 [details] [review] Bug 34095: Adjust logic so that shipment cost is empty if the receiving shipment cost is blank. To test: 1. Create a new basket (Orders are not standing, and items are created when placing an order) 2. Add a record to the basket. 3. Close the basket. 4. Receive the shipment - when creating the invoice leave the shipment cost as blank and then receive the item you added to the basket. 5. View the invoice and notice that the Shipping Cost is showing as “0.00” 6. Apply the patch and restart_all 7. Repeat steps 1-5 8. View the invoice and notice that the Shipping Cost is now blank. 9. Repeat steps 1-5 but this time add a shipment cost when creating the invoice. When you view the invoice confirm that the shipping cost does show up. 10. Sign off. Created attachment 154499 [details] [review] Bug 34095: Adjust logic so that shipment cost is empty if the receiving shipment cost is blank. Signed-off-by: Anneli Österman <anneli.osterman@koha-suomi.fi> Created attachment 154764 [details] [review] Bug 34095: Adjust logic so that shipment cost is empty if the receiving shipment cost is blank. Signed-off-by: Anneli Österman <anneli.osterman@koha-suomi.fi> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 23.11. Nice work everyone, thanks! Pushed to 23.05.x for 23.05.04 Nice work everyone! Pushed to oldstable for 22.11.x |