diff --git a/templates/frontOffice/default/order-invoice.html b/templates/frontOffice/default/order-invoice.html index cf5b32e856..6b56b89c48 100644 --- a/templates/frontOffice/default/order-invoice.html +++ b/templates/frontOffice/default/order-invoice.html @@ -389,7 +389,7 @@

bootbox.hideAll(); // Show dialog bootbox.dialog({ - message : $("#content-main",data), + message : '
'+$("#content-main",data).html()+'
', onEscape: function() { bootbox.hideAll(); }