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