1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Fixes for Payment Fillables

This commit is contained in:
David Bomba 2021-06-21 06:51:42 +10:00
parent 172604a1a0
commit 2aad520733

View File

@ -59,6 +59,8 @@ class Payment extends BaseModel
'date',
'transaction_reference',
'number',
'exchange_currency_id',
'exchange_rate',
// 'is_manual',
'private_notes',
'custom_value1',