Optimise charge table, implemented charge recording, optimised payment recording
This commit is contained in:
@@ -17,6 +17,11 @@ class PaymentItem extends Model
|
||||
|
||||
/* RELATIONS */
|
||||
|
||||
public function invoice()
|
||||
{
|
||||
return $this->belongsTo(Invoice::class);
|
||||
}
|
||||
|
||||
public function payment() {
|
||||
return $this->belongsTo(Payment::class);
|
||||
}
|
||||
|
Reference in New Issue
Block a user