This commit is contained in:
WorldTeacher
2024-09-23 15:48:02 +02:00
parent e5816b40d2
commit e7efdc8481
7 changed files with 14 additions and 14 deletions

View File

@@ -17,9 +17,9 @@ class ExtendLoan(QtWidgets.QDialog, Ui_Dialog):
self.buttonBox.accepted.connect(self.extendLoan)
def extendLoan(self):
# print("Extend Loan")
#print("Extend Loan")
selectedDate = self.extenduntil.selectedDate()
# print(selectedDate)
#print(selectedDate)
self.extendDate = selectedDate
self.close()