commit by nda
This commit is contained in:
BIN
app/views/api/.DS_Store
vendored
BIN
app/views/api/.DS_Store
vendored
Binary file not shown.
BIN
app/views/api/batch_line_items/.DS_Store
vendored
Normal file
BIN
app/views/api/batch_line_items/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
json.set! :status, @out[0]
|
||||
json.set! :message, @out[1]
|
||||
json.set! :line_item, @out[2]
|
||||
@@ -0,0 +1,7 @@
|
||||
if @out[0] == true
|
||||
json.set! :status, @out[0]
|
||||
json.set! :data, @out[1]
|
||||
else
|
||||
json.set! :status, @out[0]
|
||||
json.set! :message,@out[1]
|
||||
end
|
||||
@@ -0,0 +1,2 @@
|
||||
json.set! :status, @out[0]
|
||||
json.set! :message, @out[1]
|
||||
BIN
app/views/api/batches/.DS_Store
vendored
Normal file
BIN
app/views/api/batches/.DS_Store
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user