This commit is contained in:
2021-01-18 23:35:17 +00:00
parent c01e7c1e64
commit 247c600e15
5 changed files with 5 additions and 16 deletions

View File

@@ -1522,7 +1522,7 @@ namespace AyaNova.Util
o.Retail = o.Cost * 1.2m;
o.UnitOfMeasure = "each";
o.TrackSerialNumber = false;
//This seems wrong to do in a loop but is 4 times faster this way ?!?
using (AyContext ct = ServiceProviderProvider.DBContext)