Fixing style errors.
This commit is contained in:
parent
22ec79d03c
commit
1324f3d375
@ -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) {
|
||||||
|
|||||||
@ -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";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user