Fixing style errors.

This commit is contained in:
stickler-ci 2021-04-16 12:13:05 +00:00
parent 22ec79d03c
commit 1324f3d375
2 changed files with 4 additions and 6 deletions

View File

@ -226,7 +226,6 @@ if (empty($reshook)) {
$error++; $error++;
} else { } else {
$object->reason_decline_or_cancel = GETPOST('reason_decline_or_cancel', 'restricthtml'); $object->reason_decline_or_cancel = GETPOST('reason_decline_or_cancel', 'restricthtml');
} }
if (!$error) { if (!$error) {

View File

@ -542,7 +542,6 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
print dolGetButtonAction($langs->trans('Cancel'), '', 'default', $_SERVER["PHP_SELF"].'?id='.$object->id.'&action=close&token='.newToken(), '', $permissiontoadd); print dolGetButtonAction($langs->trans('Cancel'), '', 'default', $_SERVER["PHP_SELF"].'?id='.$object->id.'&action=close&token='.newToken(), '', $permissiontoadd);
} }
} }
} }
print '</div>'."\n"; print '</div>'."\n";
} }