@@ -62,7 +62,7 @@ namespace MySystem
{
decimal Fee = Kind == 1 ? 0.63M : 0.6M;
int addRate = 0;
- if(pos.BrandId < 12)
+ if(pos.BrandId != 12 && pos.BrandId != 13)
if(Fee == 0.63M)