$this->registerJsFile('/js/validate/validateForm.js', ['position' => \yii\web\View::POS_END]);
$this->registerJsFile('/js/heic2any.min.js', ['position' => \yii\web\View::POS_END]);
$this->registerJsFile('/js/heic_to_jpg_replace.js', ['position' => \yii\web\View::POS_END]);
-$this->registerJsFile('/js/write-offs-erp/_form.js', [
+/*$this->registerJsFile('/js/write-offs-erp/_form.js', [
'depends' => [
\yii\web\JqueryAsset::class,
\kartik\select2\Select2Asset::class,
],
'position' => \yii\web\View::POS_END,
-]);
+]);*/
?>