Bank transactions
This commit is contained in:
parent
9623c10f9c
commit
98f173f735
|
|
@ -4736,7 +4736,6 @@ mixin LocalizationsProvider on LocaleCodeAware {
|
||||||
'max_amount': 'Max Amount',
|
'max_amount': 'Max Amount',
|
||||||
'selected': 'Selected',
|
'selected': 'Selected',
|
||||||
'converted_transaction': 'Successfully converted transaction',
|
'converted_transaction': 'Successfully converted transaction',
|
||||||
'convert_to_payment': 'Convert to Payment',
|
|
||||||
'deposit': 'Deposit',
|
'deposit': 'Deposit',
|
||||||
'withdrawal': 'Withdrawal',
|
'withdrawal': 'Withdrawal',
|
||||||
'deposits': 'Deposits',
|
'deposits': 'Deposits',
|
||||||
|
|
@ -91526,10 +91525,6 @@ mixin LocalizationsProvider on LocaleCodeAware {
|
||||||
_localizedValues[localeCode]['add_to_inventory'] ??
|
_localizedValues[localeCode]['add_to_inventory'] ??
|
||||||
_localizedValues['en']['add_to_inventory'];
|
_localizedValues['en']['add_to_inventory'];
|
||||||
|
|
||||||
String get convertToExpense =>
|
|
||||||
_localizedValues[localeCode]['convert_to_expense'] ??
|
|
||||||
_localizedValues['en']['convert_to_expense'];
|
|
||||||
|
|
||||||
String get convertedToExpense =>
|
String get convertedToExpense =>
|
||||||
_localizedValues[localeCode]['converted_to_expense'] ??
|
_localizedValues[localeCode]['converted_to_expense'] ??
|
||||||
_localizedValues['en']['converted_to_expense'];
|
_localizedValues['en']['converted_to_expense'];
|
||||||
|
|
@ -91848,10 +91843,6 @@ mixin LocalizationsProvider on LocaleCodeAware {
|
||||||
_localizedValues[localeCode]['withdrawals'] ??
|
_localizedValues[localeCode]['withdrawals'] ??
|
||||||
_localizedValues['en']['withdrawals'];
|
_localizedValues['en']['withdrawals'];
|
||||||
|
|
||||||
String get convertToPayment =>
|
|
||||||
_localizedValues[localeCode]['convert_to_payment'] ??
|
|
||||||
_localizedValues['en']['convert_to_payment'];
|
|
||||||
|
|
||||||
String get convertedTransaction =>
|
String get convertedTransaction =>
|
||||||
_localizedValues[localeCode]['converted_transaction'] ??
|
_localizedValues[localeCode]['converted_transaction'] ??
|
||||||
_localizedValues['en']['converted_transaction'];
|
_localizedValues['en']['converted_transaction'];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue