This commit is contained in:
WorldTeacher
2024-07-30 16:10:02 +02:00
parent 27ec7c296a
commit c3ff3e93ee
8 changed files with 59 additions and 22 deletions

View File

@@ -57,7 +57,7 @@ class UserUI(QtWidgets.QMainWindow, Ui_MainWindow):
extend = ExtendLoan(self.username, self.userMedia)
extend.exec()
if extend.result() == 1:
extendDate = extend.extendDate.toString()
extendDate = extend.extendDate.toString("yyyy-MM-dd")
# # print columns of selected rows
for item in self.UserMediaTable.selectedItems():
if item.column() == 1: