Added payment recording, minor CSS fixes, enabled Search
This commit is contained in:
@@ -32,7 +32,7 @@ class Payment extends Model implements IDs
|
||||
protected $table = 'ab_payment';
|
||||
protected $dates = ['date_payment'];
|
||||
protected $dateFormat = 'U';
|
||||
protected $with = ['account.country.currency','items'];
|
||||
//protected $with = ['account.country.currency','items'];
|
||||
|
||||
// Array of items that can be updated with PushNew
|
||||
protected $pushable = ['items'];
|
||||
|
Reference in New Issue
Block a user