From 8a5b81cfb4515e9b887d03d0ec04a5d3cfe366b4 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 10 Oct 2014 09:04:27 -0400 Subject: [PATCH] [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 Signed-off-by: Katrin Fischer Small template change, works as described. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt index 8a4096f..5e73a24 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt @@ -45,7 +45,7 @@
[% IF ( error_failed_to_create_invoice ) %] -
+

An error has occurred. Invoice cannot be created.

[% END %] -- 1.9.1