mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-29 09:14:12 +00:00
list pending po pending approval
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ class Invoice extends Model
|
||||
protected $fillable = ['invoice_url','amount','booking_id', 'buyer_company', 'address', 'contact_no', 'po_number', 'adjustment'];
|
||||
|
||||
public function booking(){
|
||||
return $this->belongsTo('App\Booking');
|
||||
return $this->belongsTo(Booking::class);
|
||||
}
|
||||
|
||||
public function invoiceDetails() {
|
||||
|
||||
Reference in New Issue
Block a user