This commit is contained in:
2022-07-01 17:04:58 +00:00
parent 2ba87e8560
commit 71b6249a33
12 changed files with 112 additions and 101 deletions

View File

@@ -36,8 +36,8 @@ namespace AyaNovaQBI
private string _InvoiceMiscExpenseTemplate = "";
private string _InvoiceLoanItemTemplate = "";
//Case 7
private bool _AutoClose = true;
////Case 7
//private bool _AutoClose = true;
#region Case 632
//Default qb accounts to use when importing inventory and service items
@@ -332,19 +332,19 @@ namespace AyaNovaQBI
}
}
//Case 7
public bool AutoClose
{
get { return _AutoClose; }
set
{
if (_AutoClose != value)
{
_AutoClose = value;
IsDirty = true;
}
}
}
////Case 7
//public bool AutoClose
//{
// get { return _AutoClose; }
// set
// {
// if (_AutoClose != value)
// {
// _AutoClose = value;
// IsDirty = true;
// }
// }
//}