This commit is contained in:
@@ -22,7 +22,7 @@ namespace AyaNova.Models
|
||||
|
||||
//Picklist and other searches override the normal case insensitive value
|
||||
//this is precautionarily added for non latinate languages where it could be an issue
|
||||
public bool SearchCaseSensitiveOnly { get; set; }
|
||||
public bool FilterCaseSensitive { get; set; }
|
||||
public bool UseInventory { get; set; }
|
||||
|
||||
//TAX CODE DEFAULTS
|
||||
@@ -92,7 +92,7 @@ namespace AyaNova.Models
|
||||
public GlobalBizSettings()
|
||||
{
|
||||
Id = 1;//always 1
|
||||
SearchCaseSensitiveOnly = false;
|
||||
FilterCaseSensitive = false;
|
||||
UseInventory = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user