From f4c98863aca952630ecd35e80fe28ba7b228e1fc Mon Sep 17 00:00:00 2001 From: Kilian Saffran Date: Thu, 7 Mar 2019 11:46:00 +0100 Subject: [PATCH] rm function --- app_v3/chrome/content/modules/accounting/js/accountingchild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_v3/chrome/content/modules/accounting/js/accountingchild.js b/app_v3/chrome/content/modules/accounting/js/accountingchild.js index b6cf03b..d641851 100644 --- a/app_v3/chrome/content/modules/accounting/js/accountingchild.js +++ b/app_v3/chrome/content/modules/accounting/js/accountingchild.js @@ -11,7 +11,7 @@ var delacc = {}; function initdata(){ curcfg.loadconfig(apppref.getpreference("support.database.currentdb.num")); - check_accountingtable(); + //check_accountingtable(); load_helpers(); var configdata = apppref.getpreference("pageconfig.accountingchild"); if (configdata != '') { -- 2.39.5