Fixed some more bootstrap rendering

This commit is contained in:
Deon George
2016-07-25 00:44:17 +10:00
parent c29819b6bd
commit 21d204f605
16 changed files with 239 additions and 270 deletions

View File

@@ -214,7 +214,7 @@ class Invoice {
* Renders the invoice in HTML
*/
private function render_html() {
return View::factory('invoice/user/view')
return View::factory('invoice/render')
->set('o',$this->_io);
}