From 4dc30d48ad2ef8f5705b2a8064f2c7c5b9528284 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 10 Oct 2014 09:04:27 -0400 Subject: [PATCH] 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. Signed-off-by: Tomas Cohen Arazi --- 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 8a4096fb8a..5e73a24bf9 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 %] -- 2.20.1