From 2d66a1feb79c2e953d052804c48599fe3196ef71 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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.7.9.5