parent
dd55f9ca91
commit
0efd5934f4
@ -507,11 +507,11 @@ if ($id > 0 || $ref)
|
|||||||
if ($rowid)
|
if ($rowid)
|
||||||
{
|
{
|
||||||
print '<input type="hidden" name="ref_fourn_old" value="'.$object->ref_supplier.'">';
|
print '<input type="hidden" name="ref_fourn_old" value="'.$object->ref_supplier.'">';
|
||||||
print '<input class="flat" name="ref_fourn" size="12" value="'.$object->ref_supplier.'">';
|
print '<input class="flat width150" maxlength="30" name="ref_fourn" size="12" value="'.$object->ref_supplier.'">';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print '<input class="flat" name="ref_fourn" size="12" value="'.(GETPOST("ref_fourn") ?GETPOST("ref_fourn") : '').'">';
|
print '<input class="flat width150" maxlength="30" name="ref_fourn" size="12" value="'.(GETPOST("ref_fourn") ?GETPOST("ref_fourn") : '').'">';
|
||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user