From 2aad520733ee451e13314dc14d95860798bba8af Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 21 Jun 2021 06:51:42 +1000 Subject: [PATCH] Fixes for Payment Fillables --- app/Models/Payment.php | 2 ++ 1 file changed, 2 insertions(+) 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',