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