commerce scratch fixes.

This commit is contained in:
Matthew Wilson 2006-04-17 09:42:47 +00:00
parent 5a9a92eec2
commit 3d260ea987
3 changed files with 8 additions and 13 deletions

View file

@ -666,7 +666,7 @@ sub www_listProducts {
$i18n = WebGUI::International->new($session, 'ProductManager');
$session->scratch->set('managingProduct', '-delete-');
$session->scratch->delete('managingProduct');
$sth = $session->db->read('select * from products order by title');