VRFS-1665 fixed typo

This commit is contained in:
Jonathan Kolyer 2014-06-06 06:08:53 +00:00
parent 98ede13fbc
commit eee0281c37
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ SQL
def self.send_daily_session_batch
oo = self.create
oo..deliver_batch
oo.deliver_batch
oo
end