switch to sqlite
This commit is contained in:
@ -59,7 +59,7 @@ namespace Billing.Views
|
||||
this.account = account;
|
||||
if (account == null)
|
||||
{
|
||||
AccountIcon = BaseModel.ICON_DEFAULT;
|
||||
AccountIcon = Definition.DefaultIcon;
|
||||
Category = AccountCategory.Cash;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user