update search data in transaction

This commit is contained in:
Aung Myo
2017-11-21 18:29:41 +06:30
parent 01bf7caeb5
commit 3041d6a368
11 changed files with 224 additions and 219 deletions

View File

@@ -20,7 +20,9 @@ class Transactions::BookingsController < ApplicationController
@bookings = 0
end
end
@receipt_no = filter
@from = from
@to = to
respond_to do |format|
format.html # index.html.erb
format.json { render json: @bookings }