diff --git a/app/views/transactions/shift_sales/show.html.erb b/app/views/transactions/shift_sales/show.html.erb
index 77414ed0..fef01a26 100755
--- a/app/views/transactions/shift_sales/show.html.erb
+++ b/app/views/transactions/shift_sales/show.html.erb
@@ -148,13 +148,13 @@
|
- JCB Payment |
+ Master Payment |
<%=other.master_amount.round(2) rescue 0.0 %> |
<% @total_amount = @total_amount+other.jcb_amount rescue 0.0 %>
|
- Master Payment |
+ JCB Payment |
<%=other.jcb_amount.round(2) rescue 0.0 %> |
<% @total_amount = @total_amount+other.master_amount rescue 0.0 %>