NEW constant PROPAL_CLOSE_AS_SIGNED
This commit is contained in:
parent
c3f3d41a26
commit
57729dfc83
@ -1929,7 +1929,7 @@ if ($action == 'create') {
|
||||
|
||||
if (empty($conf->global->PROPAL_CLOSE_AS_SIGNED)) {
|
||||
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans('SetAcceptedRefused'), $text, 'confirm_closeas', $formquestion, '', 1, 250);
|
||||
} else {
|
||||
} else {
|
||||
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?statut=3&id=' . $object->id, $langs->trans('Close'), $text, 'confirm_closeas', $formquestion, '', 1, 250);
|
||||
}
|
||||
} elseif ($action == 'delete') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user