Merge pull request #20730 from AndyOverLord/patch-1
fix: missing selected item's expense_account
This commit is contained in:
commit
6e170e16e2
@ -757,7 +757,8 @@ class StockEntry(StockController):
|
||||
'serial_no' : '',
|
||||
'has_serial_no' : item.has_serial_no,
|
||||
'has_batch_no' : item.has_batch_no,
|
||||
'sample_quantity' : item.sample_quantity
|
||||
'sample_quantity' : item.sample_quantity,
|
||||
'expense_account' : item.expense_account
|
||||
})
|
||||
|
||||
# update uom
|
||||
|
Loading…
Reference in New Issue
Block a user