NEW constant PROPAL_CLOSE_AS_SIGNED

This commit is contained in:
Christophe Battarel 2021-08-03 09:44:42 +02:00
parent c3f3d41a26
commit 57729dfc83

View File

@ -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') {