1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

remove nickname from fillable of Bank Integration

This commit is contained in:
David Bomba 2023-01-24 08:07:19 +11:00
parent 5ae52c5a91
commit 8886a4a33d

View File

@ -27,7 +27,6 @@ class BankIntegration extends BaseModel
'bank_account_type',
'balance',
'currency',
'nickname',
'from_date',
'auto_sync',
];