fix modpol storage of old_ledgers
This commit is contained in:
parent
cbedeefac7
commit
dc87322dbb
@ -137,7 +137,7 @@ local load_old_ledgers = function()
|
|||||||
end
|
end
|
||||||
modpol.orgs = func()
|
modpol.orgs = func()
|
||||||
|
|
||||||
local nn = modpol.ocutil.table_length (modpol.file_old_ledgers)
|
local nn = modpol.ocutil.table_length (modpol.old_ledgers)
|
||||||
local str = "entries"
|
local str = "entries"
|
||||||
if nn == 1 then str = "entry" end
|
if nn == 1 then str = "entry" end
|
||||||
modpol.ocutil.log (nn .. " orgs loaded from disk")
|
modpol.ocutil.log (nn .. " orgs loaded from disk")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user