akaunting 3.0 (the last dance)
This commit is contained in:
@ -38,9 +38,11 @@ class Import extends Controller
|
||||
'role' => 'form',
|
||||
'class' => 'form-loading-button',
|
||||
'novalidate' => true,
|
||||
'route' => '',
|
||||
'url' => '',
|
||||
];
|
||||
|
||||
if (!empty($route)) {
|
||||
if (! empty($route)) {
|
||||
$form_params['route'] = $route;
|
||||
} else {
|
||||
$form_params['url'] = $path . '/import';
|
||||
|
Reference in New Issue
Block a user