More updates to ADSL module

This commit is contained in:
Deon George
2013-11-15 16:25:45 +11:00
parent f80fcdc4c1
commit c66f2f14c4
12 changed files with 203 additions and 193 deletions

View File

@@ -26,6 +26,7 @@ class Controller_User_Invoice extends Controller_Invoice {
$imo = $io->invoice_memo;
$imo->invoice_id = $io->id;
$imo->account_id = $this->ao->id;
$imo->type = 'download';
$imo->memo = 'Invoice Downloaded.';
$imo->save();