Exemplo n.º 1
0
 /**
  * Retrieve item fulfilled qty
  *
  * @param Enterprise_GiftRegistry_Model_Item $item
  * @return string
  */
 public function getItemQtyFulfilled($item)
 {
     return $item->getQtyFulfilled() * 1;
 }