commit by nda

This commit is contained in:
nandar
2018-06-21 14:56:07 +06:30
parent 15d1df08fa
commit f03719f1b7
12 changed files with 115 additions and 6 deletions

Binary file not shown.

BIN
app/views/api/batch_line_items/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,3 @@
json.set! :status, @out[0]
json.set! :message, @out[1]
json.set! :line_item, @out[2]

View File

@@ -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

View File

@@ -0,0 +1,2 @@
json.set! :status, @out[0]
json.set! :message, @out[1]

BIN
app/views/api/batches/.DS_Store vendored Normal file

Binary file not shown.