Edit in report
This commit is contained in:
@@ -5,8 +5,8 @@ class Transactions::CardSaleTransController < ApplicationController
|
||||
# GET /transactions/sales.json
|
||||
def index
|
||||
@status = [["All Status",''], ["Approved","Approved"], ["Declined","Declined"]]
|
||||
@payment_method = [["All Payments",''],["MPU Payment","mpu"], ["Visa Payment","visa"],
|
||||
["Master Payment","master"], ["JCB Payment","jcb"],["UnionPay Payment","unionpay"],
|
||||
@payment_method =[["All Payments",''],["MPU Payment","mpu"], ["Visa Payment","visa"],
|
||||
["Master Payment","master"], ["JCB Payment","jcb"],["UnionPay Payment","cup"],
|
||||
["Alipay Payment","alipay"]]
|
||||
@sales = Sale.all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user