support custom fields for invoices (#3077)
This commit is contained in:
@@ -12,6 +12,9 @@ namespace App\Export;
|
||||
use App\Entity\MetaTableTypeInterface;
|
||||
use App\Invoice\InvoiceItemInterface;
|
||||
|
||||
/**
|
||||
* Will be merged with InvoiceItemInterface in 2.0
|
||||
*/
|
||||
interface ExportItemInterface extends InvoiceItemInterface
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user