Fix payment entry

This commit is contained in:
Deon George
2022-06-13 15:46:38 +10:00
parent 9e889008bf
commit 49a4830d89
10 changed files with 42 additions and 25 deletions

View File

@@ -10,6 +10,8 @@ class PaymentItem extends Model
{
use PushNew;
public $timestamps = FALSE;
/* RELATIONS */
public function invoice()