Removed feature: register balance (closes #8)
This commit is contained in:
parent
8599f49857
commit
3d778df3d5
5 changed files with 2 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue