FIX PR#18931 Remove useless explicit call to dol_shutdown
This commit is contained in:
parent
2da16ade6c
commit
57052e2fba
@ -2763,7 +2763,6 @@ if (empty($object->id)) {
|
||||
echo dol_get_fiche_head($head, 'compta', $langs->trans("InvoiceCustomer"), -1, 'bill'),
|
||||
'<div class="error">' . $langs->trans("ErrorRecordNotFound") . '</div>';
|
||||
llxFooter();
|
||||
dol_shutdown();
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
@ -125,7 +125,6 @@ if (empty($object->id)) {
|
||||
echo dol_get_fiche_head($head, 'contact', $langs->trans("InvoiceCustomer"), -1, 'bill'),
|
||||
'<div class="error">' . $langs->trans("ErrorRecordNotFound") . '</div>';
|
||||
llxFooter();
|
||||
dol_shutdown();
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
@ -92,7 +92,6 @@ if (empty($object->id)) {
|
||||
echo dol_get_fiche_head($head, 'documents', $langs->trans("InvoiceCustomer"), -1, 'bill'),
|
||||
'<div class="error">' . $langs->trans("ErrorRecordNotFound") . '</div>';
|
||||
llxFooter();
|
||||
dol_shutdown();
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
@ -50,7 +50,6 @@ if (empty($object->id)) {
|
||||
echo dol_get_fiche_head($head, 'info', $langs->trans("InvoiceCustomer"), -1, 'bill'),
|
||||
'<div class="error">' . $langs->trans("ErrorRecordNotFound") . '</div>';
|
||||
llxFooter();
|
||||
dol_shutdown();
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
@ -71,7 +71,6 @@ if (empty($object->id)) {
|
||||
echo dol_get_fiche_head($head, 'note', $langs->trans("InvoiceCustomer"), -1, 'bill'),
|
||||
'<div class="error">' . $langs->trans("ErrorRecordNotFound") . '</div>';
|
||||
llxFooter();
|
||||
dol_shutdown();
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user