Files
nemo_encoder/app/views/api/batch_line_items/register.json.jbuilder
Sunandar 0c4f797551 edit api
2017-01-25 14:29:49 +06:30

8 lines
182 B
Ruby

if @out[0] == true
json.set! :status, @out[0]
json.set! :serial_no, @out[1]
json.set! :account_no, @out[2]
else
json.set! :status, @out[0]
json.set! :message,@out[1]
end