add new files
This commit is contained in:
8
app/views/api/batch_line_items/register.json.jbuilder
Normal file
8
app/views/api/batch_line_items/register.json.jbuilder
Normal file
@@ -0,0 +1,8 @@
|
||||
if @out[0] == true
|
||||
json.set! :status, @out[0]
|
||||
json.set! :serial_no, @out[1]
|
||||
json.set! :wristband_code, @out[2]
|
||||
else
|
||||
json.set! :status, @out[0]
|
||||
json.set! :message,@out[1]
|
||||
end
|
||||
Reference in New Issue
Block a user