Bug 13065 - Receive shipment error message incorrectly styled
Summary: Receive shipment error message incorrectly styled
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL: /cgi-bin/koha/acqui/parcels.pl
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-10 13:03 UTC by Owen Leonard
Modified: 2015-06-04 23:33 UTC (History)
1 user (show)

See Also:
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 (1.31 KB, patch)
2014-10-10 13:06 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 13065 - Receive shipment error message incorrectly styled (1.32 KB, patch)
2014-10-25 03:26 UTC, Chris Cormack
Details | Diff | Splinter Review
[PASSED QA] Bug 13065 - Receive shipment error message incorrectly styled (1.43 KB, patch)
2014-10-25 12:52 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!