mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix(Currencies): Currency code in services.
This commit is contained in:
@@ -350,7 +350,7 @@ export default class JournalCommands {
|
||||
const costEntry = new JournalEntry({
|
||||
...commonEntry,
|
||||
debit: inventoryCostLot.cost,
|
||||
account: inventoryCostLot.itemEntry.costAccountId,
|
||||
account: inventoryCostLot.costAccountId,
|
||||
itemId: inventoryCostLot.itemId,
|
||||
index: getIndexIncrement(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user