| '.$form->editfieldkey('ProspectCustomer', 'customerprospect', '', $object, 0, 'string', '', 1).' | ';
print '';
- $selected=GETPOST('client', 'int')!=''?GETPOST('client', 'int'):$object->client;
+ $selected=(GETPOSTISSET('client', 'int')?GETPOST('client', 'int'):$object->client);
print $formcompany->selectProspectCustomerType($selected);
print ' | ';