diff --git a/app/views/origami/payments/show.html.erb b/app/views/origami/payments/show.html.erb index f9ae06b7..c23a17cf 100644 --- a/app/views/origami/payments/show.html.erb +++ b/app/views/origami/payments/show.html.erb @@ -6,8 +6,8 @@
| Receipt No : <%=@sale_data.receipt_no rescue ' '%> | -Receipt Date : <%=@sale_data.receipt_date.utc.getlocal.strftime("%d/%m/%Y - %I:%M %p") rescue '-'%> | +Receipt No : <%=@sale_data.receipt_no rescue ' '%> | +Receipt Date : <%=@sale_data.receipt_date.utc.getlocal.strftime("%d/%m/%Y - %I:%M %p") rescue '-'%> |
| Table No <% if @sale_data%>- <%=@sale_data.receipt_no%><% end %> |