removed invoice/bill status tables
This commit is contained in:
@ -63,11 +63,6 @@ class Company extends Eloquent
|
||||
return $this->hasMany('App\Models\Purchase\BillItemTax');
|
||||
}
|
||||
|
||||
public function bill_statuses()
|
||||
{
|
||||
return $this->hasMany('App\Models\Purchase\BillStatus');
|
||||
}
|
||||
|
||||
public function bill_totals()
|
||||
{
|
||||
return $this->hasMany('App\Models\Purchase\BillTotal');
|
||||
@ -133,11 +128,6 @@ class Company extends Eloquent
|
||||
return $this->hasMany('App\Models\Sale\InvoiceItemTax');
|
||||
}
|
||||
|
||||
public function invoice_statuses()
|
||||
{
|
||||
return $this->hasMany('App\Models\Sale\InvoiceStatus');
|
||||
}
|
||||
|
||||
public function invoice_totals()
|
||||
{
|
||||
return $this->hasMany('App\Models\Sale\InvoiceTotal');
|
||||
|
Reference in New Issue
Block a user