1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-02 20:28:38 -04:00

Add markdown documentation

This commit is contained in:
2017-06-25 06:14:44 -04:00
parent aeed78f0b7
commit 5047dc6948
5 changed files with 200 additions and 1 deletions

View File

@ -107,6 +107,8 @@ func luaAccount__index(L *lua.LState) int {
} else {
panic("SecurityId not in lua security_map")
}
case "SecurityId", "securityid":
L.Push(lua.LNumber(float64(a.SecurityId)))
case "Parent", "parent", "ParentAccount", "parentaccount":
if a.ParentAccountId == -1 {
L.Push(lua.LNil)