zentaopms/extension/max/effort/ext/view/edit.zentaomax.html.hook.php
2023-05-16 10:50:42 +08:00

7 lines
187 B
PHP

<?php if($effort->objectType == 'risk' or $effort->objectType == 'issue'):?>
<script>
$('#productBox').addClass('hidden');
$('#executionBox').addClass('hidden');
</script>
<?php endif;?>