Merge pull request #11662 from ptibogxiv/patch-219
FIX duration when creating service
This commit is contained in:
commit
88c66d24fe
@ -1028,7 +1028,7 @@ else
|
|||||||
if ($type == 1)
|
if ($type == 1)
|
||||||
{
|
{
|
||||||
print '<tr><td>'.$langs->trans("Duration").'</td><td colspan="3">';
|
print '<tr><td>'.$langs->trans("Duration").'</td><td colspan="3">';
|
||||||
print '<input name="surface" size="4" value="'.GETPOST('duration_value', 'int').'">';
|
print '<input name="duration_value" size="4" value="'.GETPOST('duration_value', 'int').'">';
|
||||||
print $formproduct->selectMeasuringUnits("duration_unit", "time", GETPOST('duration_value', 'alpha'), 0, 1);
|
print $formproduct->selectMeasuringUnits("duration_unit", "time", GETPOST('duration_value', 'alpha'), 0, 1);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user