Project

General

Profile

« Previous | Next » 

Revision c4693b37

Added by Sebastian Gräßl over 5 years ago

Fixes #24232 - Return taxed and untaxed audits in list (#6073)

View differences:

app/controllers/api/v2/audits_controller.rb
def show
end
def resource_base(*args)
super(*args).taxed_and_untaxed
end
end
end
end

Also available in: Unified diff