Improvements to invoice
This commit is contained in:
@@ -64,7 +64,6 @@ class Controller_User_Invoice extends Controller_Invoice {
|
||||
throw HTTP_Exception::factory(403,'Service either doesnt exist, or you are not authorised to see it');
|
||||
|
||||
$output .= View::factory('invoice/user/view')
|
||||
->set('mediapath',Route::get('default/media'))
|
||||
->set('o',$io);
|
||||
|
||||
if ($io->due() AND ! $io->cart_exists())
|
||||
|
Reference in New Issue
Block a user