fix: Set serial_and_batch_bundle
in right field for Asset Repair Stock Entry (#37273)
fix: Set `serial_and_batch_bundle` in same field for Asset Repair SE - `serial_and_batch_bundle` was earlier set in `serial_no` field
This commit is contained in:
parent
2dc95e5d59
commit
d6e4f80187
@ -177,7 +177,7 @@ class AssetRepair(AccountsController):
|
||||
"item_code": stock_item.item_code,
|
||||
"qty": stock_item.consumed_quantity,
|
||||
"basic_rate": stock_item.valuation_rate,
|
||||
"serial_no": stock_item.serial_and_batch_bundle,
|
||||
"serial_and_batch_bundle": stock_item.serial_and_batch_bundle,
|
||||
"cost_center": self.cost_center,
|
||||
"project": self.project,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user