update search data in transaction
This commit is contained in:
@@ -22,6 +22,9 @@ class Transactions::SalesController < ApplicationController
|
||||
@sales = 0
|
||||
end
|
||||
end
|
||||
@receipt_no = receipt_no
|
||||
@from = from
|
||||
@to = to
|
||||
|
||||
# if receipt_no.nil? && search_date.nil?
|
||||
# @sales = Sale.where("NOT sale_status = 'void' " ).order("sale_id desc").limit(500)
|
||||
|
||||
Reference in New Issue
Block a user