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