forked from science-ation/science-ation
Oops disabled position at the wrong place - its now properly disabled for individuals not organizations
This commit is contained in:
parent
cf5c31464e
commit
ff7ab6f079
@ -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="";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user