Laurent Destailleur 3 years ago
parent
commit
3bd5ed3782
1 changed files with 2 additions and 3 deletions
  1. 2 3
      htdocs/contrat/card.php

+ 2 - 3
htdocs/contrat/card.php

@@ -1285,9 +1285,8 @@ if ($action == 'create') {
 		// Print form confirm
 		print $formconfirm;
 
-		/*
-		 *   Contrat
-		 */
+
+		// Contract
 		if (!empty($object->brouillon) && $user->rights->contrat->creer) {
 			print '<form action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'" method="POST">';
 			print '<input type="hidden" name="token" value="'.newToken().'">';