Skip to content

Commit

Permalink
تحسين تسلسل فحوصات الزكاة في نموذج قواعد البيانات
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Nov 17, 2024
1 parent 5fe08e9 commit 94d79d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zakat/zakat_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -3420,6 +3420,7 @@ def _check(self,
'exchange_time': exchange['time'],
'exchange_desc': exchange['description'],
}
index += 1
else:
chunk = Helper.ZakatCut(float(rest))
if chunk > 0:
Expand All @@ -3444,7 +3445,9 @@ def _check(self,
'exchange_time': exchange['time'],
'exchange_desc': exchange['description'],
}
index += 1
index += 1
#
#
#
valid = valid or below_nisab >= nisab
if debug:
Expand Down

0 comments on commit 94d79d3

Please sign in to comment.