Added transaction split helpers..

This commit is contained in:
Cüneyt Şentürk
2022-10-31 00:34:13 +03:00
parent bd45ee1ea1
commit 6bb35cf3a3
2 changed files with 23 additions and 5 deletions

View File

@ -364,6 +364,7 @@ class Transaction extends Model
{
$type = $this->getRealTypeOfRecurringTransaction($this->type);
$type = $this->getRealTypeOfTransferTransaction($type);
$type = $this->getRealTypeOfSplitTransaction($type);
$type = str_replace('-', '_', $type);