Skip to content

Commit

Permalink
حفظ العمل
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Nov 19, 2024
1 parent 723051d commit 4588a59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zakat/zakat_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -3194,6 +3194,9 @@ def _transfer(self, unscaled_amount: float | int | Decimal, from_account: int, t
print('target_amount', target_amount)
# Perform the transfer
new_age = Helper.int_to_iso8601(Helper.iso8601_to_int(age), extra_ms=1)
if debug:
print(f'old_age = {age}')
print(f'new_age = {new_age}')
if self.raw_sql:
box = db.execute(f'''
SELECT id, rest, capital
Expand Down

0 comments on commit 4588a59

Please sign in to comment.