/**
  * Handle the toggle task
  *
  * @author Max Milbers , Patrick Kohl
  */
 public function toggle($field, $val = null)
 {
     $this->cleanCache('_virtuemart');
     parent::toggle($field, $val);
 }