From 82eff209b6278013d9342e8069d200dfd27b28f8 Mon Sep 17 00:00:00 2001 From: phyusin Date: Fri, 14 Dec 2018 15:12:42 +0630 Subject: [PATCH] change payment method name --- app/views/transactions/shift_sales/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %>