Consistency updates for use of viewpath()
This commit is contained in:
@@ -515,7 +515,7 @@ class Model_Invoice extends ORMOSB {
|
||||
$css .= 'tr.even { background-color: #F6F6F8; }';
|
||||
$css .= '</style>';
|
||||
|
||||
$output = View::factory('invoice/user/email')
|
||||
$output = View::factory($this->viwepath())
|
||||
->set('mediapath',Route::get('default/media'))
|
||||
->set('io',$this);
|
||||
|
||||
|
Reference in New Issue
Block a user