Removed feature: register balance (closes #8)

This commit is contained in:
W13R 2022-11-05 09:33:58 +01:00
parent 8599f49857
commit 3d778df3d5
5 changed files with 2 additions and 20 deletions

View file

@ -59,10 +59,7 @@ if __name__ == "__main__":
# # # # #
execute_sql_statement(cur, conn, """
insert into app_global
values ('register_balance', 'This is the current balance of the register.', 0.0, '');
""")
log("Not deleting register_balance. You can delete it via the Admin Panel (Globals -> register_balance), as it is no more used.")
execute_sql_statement(cur, conn, """
insert into app_global