wms/LocationHelper.cs
@@ -374,13 +374,14 @@ { if (lcrList.Count(b => b.S_CNTR_CODE.Trim() == a) == 0) { db.Insertable<LocCntrRel>(new LocCntrRel { S_LOC_CODE = loc, S_CNTR_CODE = a }).ExecuteCommand(); count++; } }); location.N_CURRENT_NUM = lcrList.Count + count; location.N_LOCK_STATE = 0;