Update payment date filter to use greater than or equal comparison

This commit is contained in:
masoodafar-web
2025-11-27 18:58:28 +03:30
parent 38ce54d367
commit b706e02d4f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.0.133</Version>
<Version>0.0.134</Version>
<DebugType>None</DebugType>
<DebugSymbols>False</DebugSymbols>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>