Fixed some more bootstrap rendering
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user