This commit is contained in:
Laurent Destailleur 2020-12-19 16:24:32 +01:00
parent ef4a816c56
commit 7871a41c5c
2 changed files with 3 additions and 3 deletions

View File

@ -976,7 +976,7 @@ END;
// Supplier // Supplier
if (!empty($arrayfields['s.nom']['checked'])) { if (!empty($arrayfields['s.nom']['checked'])) {
print '<td>'.$productfourn->getSocNomUrl(1, 'supplier').'</td>'; print '<td class="tdoverflowmax200">'.$productfourn->getSocNomUrl(1, 'supplier').'</td>';
} }
// Supplier ref // Supplier ref

View File

@ -847,8 +847,8 @@ if (!empty($conf->global->PRODUIT_MULTIPRICES) || !empty($conf->global->PRODUIT_
print '<input type="hidden" name="action" value="setlabelsellingprice">'; print '<input type="hidden" name="action" value="setlabelsellingprice">';
print '<input type="hidden" name="pricelevel" value="'.$i.'">'; print '<input type="hidden" name="pricelevel" value="'.$i.'">';
print $langs->trans("SellingPrice").' '.$i.' - '; print $langs->trans("SellingPrice").' '.$i.' - ';
print '<input size="10" class="maxwidthonsmartphone" type="text" name="labelsellingprice" value="'.$conf->global->$keyforlabel.'">'; print '<input class="maxwidthonsmartphone" type="text" name="labelsellingprice" value="'.$conf->global->$keyforlabel.'">';
print '&nbsp;<input type="submit" class="button" value="'.$langs->trans("Modify").'">'; print '&nbsp;<input type="submit" class="button smallpaddingimp" value="'.$langs->trans("Modify").'">';
print '</form>'; print '</form>';
} else { } else {
print $langs->trans("SellingPrice").' '.$i; print $langs->trans("SellingPrice").' '.$i;