FIX block page if cant fetch
This commit is contained in:
parent
a8ab666d62
commit
e004fc2f5b
@ -122,6 +122,12 @@ if ($id > 0 || ! empty($ref))
|
|||||||
$search_account = $object->id; // Force the search field on id of account
|
$search_account = $object->id; // Force the search field on id of account
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (! ($object->id > 0) )
|
||||||
|
{
|
||||||
|
$langs->load("errors");
|
||||||
|
print($langs->trans('ErrorRecordNotFound'));
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
|
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
|
||||||
$hookmanager->initHooks(array('banktransactionlist', $contextpage));
|
$hookmanager->initHooks(array('banktransactionlist', $contextpage));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user