fixed revenue/payment show page console issue #nfbv7z
This commit is contained in:
parent
709c51ceb6
commit
8f32f37f69
@ -25,7 +25,7 @@ class Script extends Component
|
|||||||
public function __construct(string $type = '', string $scriptFile = '', string $version = '', $transaction = false)
|
public function __construct(string $type = '', string $scriptFile = '', string $version = '', $transaction = false)
|
||||||
{
|
{
|
||||||
$this->type = $type;
|
$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->version = $this->getVersion($version);
|
||||||
$this->transaction = $transaction;
|
$this->transaction = $transaction;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user