mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix: writing journal entries of manual journal.
This commit is contained in:
@@ -674,7 +674,7 @@ export default class ExpensesService implements IExpensesService {
|
||||
// Filters the published expenses.
|
||||
const publishedExpenses = this.getPublishedExpenses(oldExpenses);
|
||||
|
||||
// Mappes the published expenses to get id.
|
||||
// Mappes the not-published expenses to get id.
|
||||
const notPublishedExpensesIds = map(notPublishedExpenses, 'id');
|
||||
|
||||
if (notPublishedExpensesIds.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user