edit api
This commit is contained in:
@@ -32,7 +32,7 @@ class Api::BatchLineItemsController < ApplicationController
|
||||
batchLineItem.serial_no=serial_no
|
||||
batchLineItem.batch_id=batch_id
|
||||
batchLineItem.manufacture_uid = manufacture_uid
|
||||
batchLineItem.card_type = card_type
|
||||
batchLineItem.card_type = card_type.upcase
|
||||
|
||||
if batchLineItem.save
|
||||
lookup=Lookup.find_by_name('generate_serial_no')
|
||||
|
||||
Reference in New Issue
Block a user