Fixes for render AJAX HTMLRender objects

This commit is contained in:
Deon George
2013-06-17 18:01:47 +10:00
parent 609a72425b
commit 98a36554ae
6 changed files with 16 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ class Controller_Admin_Product extends Controller_Product {
->set('o',$pto);
}
$this->response->body($output);
$this->template->content = $output;
}
/**
@@ -53,7 +53,7 @@ class Controller_Admin_Product extends Controller_Product {
->set('o',$pcto);
}
$this->response->body($output);
$this->template->content = $output;
}
/**