Revision 430

Date:
2014/03/19 11:37:35
Author:
ahitrov
Revision Log:
"with_products" option now retrieves items only with status => 'positive'
Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/plugins/webshop/lib/webshop/Keeper.pm

     
    178 178 $items = @ids ? $keeper->get_documents (
    179 179 id => \@ids,
    180 180 class => $state->{webshop}->{item_document_class},
    181 status => 'positive',
    181 182 return_mode => 'hash_ref',
    182 183 ) : {};
    183 184 }