/**
  * When applying a catalog price rule, make related quotes recollect on demand
  *
  * @return void
  */
 public function dispatch()
 {
     $this->_quote->markQuotesRecollectOnCatalogRules();
 }