Merge pull request #2246 from sevannerse/fixing-typo

typo fixed
This commit is contained in:
Cüneyt Şentürk 2021-09-10 00:40:14 +03:00 committed by GitHub
commit 3d86b29a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,11 +407,11 @@ abstract class TransactionShow extends Base
$this->textHeaderPaidAt = $this->gettextHeaderPaidAt($type, $textHeaderPaidAt); $this->textHeaderPaidAt = $this->gettextHeaderPaidAt($type, $textHeaderPaidAt);
// Header Class // Header Class
$this->classHeaderAccount = $this->getclassHeaderAccount($type, $classHeaderAccount); $this->classHeaderAccount = $this->getClassHeaderAccount($type, $classHeaderAccount);
$this->classHeaderContact = $this->getClassHeaderContact($type, $classHeaderContact); $this->classHeaderContact = $this->getClassHeaderContact($type, $classHeaderContact);
$this->classHeaderCategory = $this->getClassHeaderCategory($type, $classHeaderCategory); $this->classHeaderCategory = $this->getClassHeaderCategory($type, $classHeaderCategory);
$this->classHeaderAmount = $this->getClassHeaderAmount($type, $classHeaderAmount); $this->classHeaderAmount = $this->getClassHeaderAmount($type, $classHeaderAmount);
$this->classHeaderPaidAt = $this->getclassHeaderPaidAt($type, $classHeaderPaidAt); $this->classHeaderPaidAt = $this->getClassHeaderPaidAt($type, $classHeaderPaidAt);
// Hide Attachment // Hide Attachment
$this->hideAttachment = $hideAttachment; $this->hideAttachment = $hideAttachment;