clean up insert function
This commit is contained in:
@@ -278,10 +278,8 @@ class Application:
|
||||
settings.wait_window()
|
||||
|
||||
def insert_record(self):
|
||||
self.open_window(InsertRecord)
|
||||
if self.current_record is not None:
|
||||
self.clear_entry_fields()
|
||||
children = self.table.get_children()
|
||||
values = [
|
||||
"x",
|
||||
"Firma",
|
||||
|
||||
Reference in New Issue
Block a user