Oops disabled position at the wrong place - its now properly disabled for individuals not organizations

This commit is contained in:
james 2009-10-15 18:03:54 +00:00
parent cf5c31464e
commit ff7ab6f079

View File

@ -650,7 +650,7 @@ function draw_contact_form($sponsor_id, $contact = null){
</td> </td>
<td><?=i18n("Position"); ?></td> <td><?=i18n("Position"); ?></td>
<? <?
if($sponsor->donortype=="organization") { if($sponsor->donortype=="individual") {
$d="disabled=\"disabled\""; $d="disabled=\"disabled\"";
} }
else $d=""; else $d="";