Esempio n. 1
0
 function addItem(InvoiceItem $item)
 {
     $item->data()->set('orig_first_price', $item->first_price);
     $item->data()->set('orig_second_price', $item->second_price);
     $this->_items[] = $item;
     return $this;
 }