Skip to content

Commit

Permalink
Merge pull request #703 from streatim/development
Browse files Browse the repository at this point in the history
(issue #687 ) : Unable to Create "Categories" in Management Module
  • Loading branch information
andyp-uk authored Apr 4, 2024
2 parents 5a7b6ef + 73d4166 commit 922aed3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
7 changes: 0 additions & 7 deletions management/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,6 @@
-->


<?php

$config = new Configuration;

//if the org module is not installed, display provider list for updates
if ($config->settings->organizationsModule != 'Y'){ ?>


<br />
Expand Down Expand Up @@ -171,7 +165,6 @@
</td></tr>
</table>
-->
<?php } ?>

<br />

Expand Down
9 changes: 0 additions & 9 deletions management/ajax_forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,17 +165,8 @@
?>
</span>

<?php
$config = new Configuration;

//if the org module is not installed allow to add consortium from this screen
if (($config->settings->organizationsModule == 'N') || (!$config->settings->organizationsModule)){
?>
<br />
<span id='span_newConsortium'><a href="javascript:newConsortium();"><?php echo _("add category");?></a></span>
<?php
}
?>

</td>
</tr>
Expand Down

0 comments on commit 922aed3

Please sign in to comment.