update transaction
This commit is contained in:
@@ -7,8 +7,8 @@ class Transactions::SalesController < ApplicationController
|
||||
def index
|
||||
|
||||
receipt_no = params[:receipt_no]
|
||||
from = params[:from]
|
||||
to = params[:to]
|
||||
from = params[:from]
|
||||
to = params[:to]
|
||||
|
||||
if receipt_no.nil? && from.nil? && to.nil?
|
||||
@sales = Sale.where("NOT sale_status = 'void' " ).order("sale_id desc").limit(500)
|
||||
|
||||
Reference in New Issue
Block a user