Пример #1
0
 /**
  * Add item to invoice
  */
 private function add_check($d)
 {
     $item = new InvoiceItem();
     return $item->insert($d);
 }