fix typo
This commit is contained in:
parent
8b5ac45e34
commit
a5736345e3
@ -1050,6 +1050,7 @@ if ($action == 'create')
|
|||||||
// Status
|
// Status
|
||||||
print '<tr><td>'.$langs->trans("Status").' / '.$langs->trans("Percentage").'</td>';
|
print '<tr><td>'.$langs->trans("Status").' / '.$langs->trans("Percentage").'</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
|
$percent = -1;
|
||||||
if (GETPOSTISSET('status')) $percent = GETPOST('status');
|
if (GETPOSTISSET('status')) $percent = GETPOST('status');
|
||||||
elseif (GETPOSTISSET('percentage')) $percent = GETPOST('percentage');
|
elseif (GETPOSTISSET('percentage')) $percent = GETPOST('percentage');
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user