mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
fix: reducers Rtl
This commit is contained in:
@@ -113,7 +113,8 @@ export const profitLossSheetReducer = (profitLoss) => {
|
|||||||
}
|
}
|
||||||
if (profitLoss.other_income) {
|
if (profitLoss.other_income) {
|
||||||
results.push({
|
results.push({
|
||||||
name: 'other_income',
|
|
||||||
|
name:<T id={'other_income'}/>,
|
||||||
total: profitLoss.other_income.total,
|
total: profitLoss.other_income.total,
|
||||||
total_periods: profitLoss.other_income.total_periods,
|
total_periods: profitLoss.other_income.total_periods,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user