fix repeated execution of multilingual processing
This commit is contained in:
@@ -543,9 +543,9 @@ function updateClosingBalance(): void {
|
|||||||
}
|
}
|
||||||
|
|
||||||
amountInputDialog.value?.open({
|
amountInputDialog.value?.open({
|
||||||
text: tt('Please enter the new closing balance for the account'),
|
text: 'Please enter the new closing balance for the account',
|
||||||
inputLabel: tt('Closing Balance'),
|
inputLabel: 'Closing Balance',
|
||||||
inputPlaceholder: tt('Closing Balance'),
|
inputPlaceholder: 'Closing Balance',
|
||||||
currency: currentAccountCurrency.value,
|
currency: currentAccountCurrency.value,
|
||||||
initAmount: currentClosingBalance
|
initAmount: currentClosingBalance
|
||||||
}).then(newClosingBalance => {
|
}).then(newClosingBalance => {
|
||||||
|
|||||||
Reference in New Issue
Block a user