Files
sx-fc/app/views/origami/request_bills/print.json.jbuilder

8 lines
142 B
Ruby

if @status == true
#show invoice number and stuff
json.status @status
else
json.status @status
json.error_message @error_message
end