Skip to content

Commit

Permalink
اصلاح دالة التسجيل في نموذج قواعد البيانات
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Nov 21, 2024
1 parent b034c71 commit 10e8be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zakat/zakat_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -3691,7 +3691,7 @@ def _log(self, value: float, desc: str = '', account_id: int = 1, created: str =
"{created}",
{value},
"{desc}",
{ref if ref else 'NULL'},
{f'"{ref}"' if ref else 'NULL'},
"{str(datetime.datetime.now())}"
);
''')
Expand Down

0 comments on commit 10e8be9

Please sign in to comment.