This commit is contained in:
Laurent Destailleur 2018-09-02 15:30:56 +02:00
parent 32a03f3c0b
commit bb5fae0e46

View File

@ -1068,7 +1068,7 @@ else
print '</td></tr>'; print '</td></tr>';
} }
if (empty($conf->global->PRODUCT_DISABLE_VOLUME)) if (empty($conf->global->PRODUCT_DISABLE_VOLUME))
{ {
// Volume // Volume
print '<tr><td>'.$langs->trans("Volume").'</td><td colspan="3">'; print '<tr><td>'.$langs->trans("Volume").'</td><td colspan="3">';
print '<input name="volume" size="4" value="'.GETPOST('volume').'">'; print '<input name="volume" size="4" value="'.GETPOST('volume').'">';