From c2f2225b7f6840d74c8f3182018c84773d90dc45 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 16 Nov 2010 11:27:27 +0900 Subject: [PATCH] update combinedDue for the current card object, not just for the db --- anki/deck.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anki/deck.py b/anki/deck.py index 92fa9281b..4e7979256 100644 --- a/anki/deck.py +++ b/anki/deck.py @@ -794,6 +794,7 @@ where id in """ if self.answerPreSave: self.answerPreSave(card, ease) # save + card.combinedDue = card.due card.toDB(self.s) # global/daily stats anki.stats.updateAllStats(self.s, self._globalStats, self._dailyStats,