update view
This commit is contained in:
@@ -3,6 +3,7 @@ class Transactions::ManualSalesController < ApplicationController
|
||||
def void
|
||||
@sale = params[:sale_id]
|
||||
@reason = Lookup.where("lookup_type = 'void_reason'")
|
||||
|
||||
respond_to do |format|
|
||||
format.html # index.html.erb
|
||||
format.json { render json: @sales }
|
||||
|
||||
Reference in New Issue
Block a user