Fix
This commit is contained in:
parent
afa1fd3e8a
commit
4b61ef946a
@ -1888,7 +1888,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
|||||||
// Brut Surface
|
// Brut Surface
|
||||||
print '<tr><td>'.$langs->trans("Surface").'</td><td>';
|
print '<tr><td>'.$langs->trans("Surface").'</td><td>';
|
||||||
print '<input name="surface" size="5" value="'.(GETPOSTISSET('surface') ? GETPOST('surface') : $object->surface).'"> ';
|
print '<input name="surface" size="5" value="'.(GETPOSTISSET('surface') ? GETPOST('surface') : $object->surface).'"> ';
|
||||||
print $formproduct->selectMeasuringUnits("surface_units", "surface", (GETPOSTISSET('surface_units') ? GETPOST('surface_units') : $object->volume), 0, 2);
|
print $formproduct->selectMeasuringUnits("surface_units", "surface", (GETPOSTISSET('surface_units') ? GETPOST('surface_units') : $object->surface_units), 0, 2);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
if (empty($conf->global->PRODUCT_DISABLE_VOLUME)) {
|
if (empty($conf->global->PRODUCT_DISABLE_VOLUME)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user