From 1fe674aec4bd6ce3fc666c8545dadb4f0614067d Mon Sep 17 00:00:00 2001 From: dam Date: Wed, 6 Apr 2022 22:52:14 +0000 Subject: Improved file operations for database and option sets. Added confirmation dialogs when importing database and option sets files. Standardized the error print calls. Fixed capitalization on menu entries. --- logic/database_entry.gd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'logic/database_entry.gd') diff --git a/logic/database_entry.gd b/logic/database_entry.gd index 496b752..8b0c51f 100644 --- a/logic/database_entry.gd +++ b/logic/database_entry.gd @@ -6,9 +6,9 @@ const DATE_FORMAT: String = "%04d-%02d-%02d" const ENTRY_PROTOTYPE: Dictionary = { "process_id": "", "surgery_id": "", - "date_year": 0, - "date_month": 0, - "date_day": 0, + "date_year": 1, + "date_month": 1, + "date_day": 1, "place": "", "anesthesia": "", "first_assistant": "", -- cgit v1.2.3