This commit is contained in:
mmrbnjd
2024-11-28 13:24:27 +03:30
parent bc1e70f288
commit fc2d774506
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="TaxCollectData.Library" Version="0.0.20" />
<PackageReference Include="TaxCollectData.Library" Version="0.0.23" />
</ItemGroup>
<ItemGroup>

View File

@@ -350,7 +350,7 @@ namespace Back.Controllers
// مبلغ کل کالا / خدمت
Tsstam = bitem.tsstam,
//فاوت نرخ خرید و فروش ارز/ کارمزد فروش ارز
Pspd=level==4 ?bitem.pspd: null,
// Pspd=level==4 ?bitem.pspd: null,
//عیار
Cui =level==5||level==13?bitem.cui: null
};