This commit is contained in:
Florian HENRY 2021-02-17 07:30:53 +01:00
parent 8b5ac45e34
commit a5736345e3

View File

@ -1050,6 +1050,7 @@ if ($action == 'create')
// Status
print '<tr><td>'.$langs->trans("Status").' / '.$langs->trans("Percentage").'</td>';
print '<td>';
$percent = -1;
if (GETPOSTISSET('status')) $percent = GETPOST('status');
elseif (GETPOSTISSET('percentage')) $percent = GETPOST('percentage');
else {