This commit is contained in:
@@ -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;
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user