KataoSupplierInvoiceProduct.php 210 B

123456789101112
  1. <?php
  2. /**
  3. * Subclass for representing a row from the 'katao_supplier_invoice_product' table.
  4. *
  5. *
  6. *
  7. * @package lib.model
  8. */
  9. class KataoSupplierInvoiceProduct extends BaseKataoSupplierInvoiceProduct
  10. {
  11. }