fixed revenue/payment show page console issue #nfbv7z

This commit is contained in:
Cüneyt Şentürk 2021-07-07 18:33:14 +03:00
parent 709c51ceb6
commit 8f32f37f69

View File

@ -25,7 +25,7 @@ class Script extends Component
public function __construct(string $type = '', string $scriptFile = '', string $version = '', $transaction = false)
{
$this->type = $type;
$this->scriptFile = ($scriptFile) ? $scriptFile : 'public/js/common/documents.js';
$this->scriptFile = ($scriptFile) ? $scriptFile : 'public/js/banking/transactions.js';
$this->version = $this->getVersion($version);
$this->transaction = $transaction;
}