diff --git a/app/Models/Payment.php b/app/Models/Payment.php index 62ed6f56c585..531c1f0eb8f2 100644 --- a/app/Models/Payment.php +++ b/app/Models/Payment.php @@ -59,6 +59,8 @@ class Payment extends BaseModel 'date', 'transaction_reference', 'number', + 'exchange_currency_id', + 'exchange_rate', // 'is_manual', 'private_notes', 'custom_value1',