mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-01 12:08:37 -04:00
reports: Allow drilling down
This commit is contained in:
@ -12,7 +12,6 @@ type Balance struct {
|
||||
|
||||
const luaBalanceTypeName = "balance"
|
||||
|
||||
// Registers my balance type to given L.
|
||||
func luaRegisterBalances(L *lua.LState) {
|
||||
mt := L.NewTypeMetatable(luaBalanceTypeName)
|
||||
L.SetGlobal("balance", mt)
|
||||
|
Reference in New Issue
Block a user