Pretty sure I fixed the check-in bug.

This commit is contained in:
Michael Gregson 2008-07-24 21:43:52 -06:00
parent e97203c36b
commit 75e02de4fc
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class BookPage(BookPageBase):
self.checkout_label.set_text("Checked In")
self.checkout_button.set_label("Check Out")
else:
self.checkout_label.set_text(self._book.signout)
self.checkout_label.set_text(self._book.signout._repr_())
self.checkout_button.set_label("Check In")
def save(self, *sender):