changes
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user