diff --git a/site/views/customers/receipt.ctp b/site/views/customers/receipt.ctp index aff9faa..d9e7ba5 100644 --- a/site/views/customers/receipt.ctp +++ b/site/views/customers/receipt.ctp @@ -51,9 +51,9 @@ function showResponse(responseText, statusText) { }); $('#results').html('

Receipt Saved
' + - $("#receipt-customer-name").html() + - ' : ' + fmtCurrency(amount) + - '

'); + $("#receipt-customer-name").html() + + ' : ' + fmtCurrency(amount) + + ''); if (!$("#repeat").attr("checked")) { window.location.href =