mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 06:32:40 +01:00
Padd out rules
This commit is contained in:
parent
dc6aca74b2
commit
229a11e009
@ -62,6 +62,16 @@ class BankTransactionRule extends BaseModel
|
||||
'is_empty',
|
||||
];
|
||||
|
||||
|
||||
// rule object looks like this:
|
||||
//[
|
||||
// {
|
||||
// 'search_key': 'client_id',
|
||||
// 'operator' : 'is',
|
||||
// 'value' : 'Sparky'
|
||||
// }
|
||||
//]
|
||||
|
||||
public function getEntityType()
|
||||
{
|
||||
return self::class;
|
||||
|
Loading…
Reference in New Issue
Block a user