Query optimisations using with()
This commit is contained in:
@@ -12,6 +12,7 @@ class InvoiceItem extends Model
|
||||
{
|
||||
protected $dates = ['date_start','date_stop'];
|
||||
public $dateFormat = 'U';
|
||||
|
||||
protected $table = 'ab_invoice_item';
|
||||
|
||||
private $_tax = 0;
|
||||
|
Reference in New Issue
Block a user