commerce scratch fixes.
This commit is contained in:
parent
5a9a92eec2
commit
3d260ea987
3 changed files with 8 additions and 13 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue