예제 #1
0
 public function subtractQty($qty)
 {
     if (Mage::helper('udropship')->hasMageFeature('stock_can_subtract_qty') || $this->canSubtractQty()) {
         return parent::subtractQty($qty);
     }
     return $this;
 }