13 lines
199 B
PHP
13 lines
199 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'st_invoice_currency' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stInvoicePlugin.lib.model
|
|
*/
|
|
class InvoiceCurrency extends BaseInvoiceCurrency
|
|
{
|
|
}
|