Bug 13065

Summary: Receive shipment error message incorrectly styled
Product: Koha Reporter: Owen Leonard <oleonard>
Component: AcquisitionsAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/acqui/parcels.pl
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 13065 - Receive shipment error message incorrectly styled
Bug 13065 - Receive shipment error message incorrectly styled
[PASSED QA] Bug 13065 - Receive shipment error message incorrectly styled

Description Owen Leonard 2014-10-10 13:03:25 UTC
If there is an error when receiving a shipment an error message is displayed, "An error has occurred. Invoice cannot be created." That message box is incorrectly styled.
Comment 1 Owen Leonard 2014-10-10 13:06:56 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2014-10-25 03:26:02 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-10-25 12:52:47 UTC
Created attachment 32731 [details] [review]
[PASSED QA] Bug 13065 - Receive shipment error message incorrectly styled

If there is an error during the receive shipment process the error
message is incorrectly styled. This patch fixes it.

To test you can trigger the error by accessing the page with incorrect
or missing parameters:

/cgi-bin/koha/acqui/parcels.pl?op=confirm

This should trigger the message. Apply the patch and confirm that the
error is now styled consistently with others in the staff client.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Small template change, works as described.
Comment 4 Tomás Cohen Arazi 2014-10-31 18:56:03 UTC
Patch pushed to master.

Thanks Owen!