From b0477b43b00ec4b13edaf36fe8e580514a4be957 Mon Sep 17 00:00:00 2001 From: Sevan Nerse Date: Thu, 9 Sep 2021 16:09:11 +0300 Subject: [PATCH] typo fixed --- app/Abstracts/View/Components/TransactionShow.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Abstracts/View/Components/TransactionShow.php b/app/Abstracts/View/Components/TransactionShow.php index df7260ed7..2291c17d6 100644 --- a/app/Abstracts/View/Components/TransactionShow.php +++ b/app/Abstracts/View/Components/TransactionShow.php @@ -407,11 +407,11 @@ abstract class TransactionShow extends Base $this->textHeaderPaidAt = $this->gettextHeaderPaidAt($type, $textHeaderPaidAt); // Header Class - $this->classHeaderAccount = $this->getclassHeaderAccount($type, $classHeaderAccount); + $this->classHeaderAccount = $this->getClassHeaderAccount($type, $classHeaderAccount); $this->classHeaderContact = $this->getClassHeaderContact($type, $classHeaderContact); $this->classHeaderCategory = $this->getClassHeaderCategory($type, $classHeaderCategory); $this->classHeaderAmount = $this->getClassHeaderAmount($type, $classHeaderAmount); - $this->classHeaderPaidAt = $this->getclassHeaderPaidAt($type, $classHeaderPaidAt); + $this->classHeaderPaidAt = $this->getClassHeaderPaidAt($type, $classHeaderPaidAt); // Hide Attachment $this->hideAttachment = $hideAttachment;