FIX_BDS_AGREED_AMT_ISSUE

This commit is contained in:
VENKATESHWARAN 2025-11-12 15:43:04 +05:30
parent 9e17134461
commit 8cfe1fb0b8
2 changed files with 2 additions and 2 deletions

View File

@ -458,7 +458,7 @@
<?php if (in_array(get_role_id(), [1,5]) || in_array(MANAGEMENT_TEAM_ID, user_team()) || in_array(FINANCE_TEAM_ID, user_team())) { ?>
<tr id="table_tr_17" <?= in_array(FINANCE_TEAM_ID, user_team()) ? 'style="display:none"' : '' ?>>
<tr id="table_tr_17">
<td>Agreed Amount</td>
</tr>

View File

@ -883,7 +883,7 @@
<?php if (in_array(get_role_id(), [1,5]) || in_array(MANAGEMENT_TEAM_ID, user_team()) || in_array(FINANCE_TEAM_ID, user_team())) { ?>
<tr id="table_tr_17" <?= in_array(FINANCE_TEAM_ID, user_team()) ? 'style="display:none"' : '' ?>>
<tr id="table_tr_17">
<td>Agreed Amount</td>
</tr>