mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
list pending po pending approval
This commit is contained in:
@@ -9,6 +9,6 @@ class InvoiceStatuses extends Model
|
||||
protected $fillable = ['status','comment', 'invoice_id'];
|
||||
|
||||
public function invoice() {
|
||||
return $this->belongsTo('App/Invoice');
|
||||
return $this->belongsTo(Invoice::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user