Пример #1
0
 /**
  * Getter for sales-related field comments
  *
  * @param string $field
  * @return string|null
  */
 public function getFieldComment($field)
 {
     switch ($field) {
         case 'order_item_id':
             return Mage::helper('sales')->__('Original order item that recurring payment profile correspondss to.');
         default:
             return parent::getFieldComment($field);
     }
 }