Some more changes because I cannot stop

This commit is contained in:
2014-07-22 22:29:25 +02:00
parent 1f2c3d1dde
commit bbd3234c7b
4 changed files with 22 additions and 9 deletions
@@ -32,7 +32,9 @@ root.Qsupplier=
if list = Qsupplier.App.List.findCached(e.data.id)
list.markIsPaid()
else if e.event == 'list_update'
Qsupplier.App.List.updateOrAdd(e.data.list) if Qsupplier.App
if Qsupplier.App
list = Qsupplier.App.List.updateOrAdd(e.data.list)
debugger
else if e.event == 'list_closed'
if Qsupplier.App and list = Qsupplier.App.List.findCached(e.data.id)
list.markClosed()