Moved to high charts.

This commit is contained in:
James Cole
2014-07-15 06:58:08 +02:00
parent 6e7ea89c70
commit 0e09e52e45
26 changed files with 2055 additions and 85 deletions

View File

@@ -49,7 +49,7 @@ class AccountController extends \BaseController
}
}
return View::make('accounts.index')->with('accounts', $list)->with('total',$total);
return View::make('accounts.index')->with('accounts', $list)->with('total', $total);
}
//
//
@@ -128,4 +128,6 @@ class AccountController extends \BaseController
// }
}