Commit 155a0609 by nilu

S46205997 # Matchd / Talentology - No Plan [Enhancement] #Allow customer access to Billing page

parent da75690f
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<% <%
} }
if((userRole != RoleType.STANDARD && hiringTeam.getCardID() == null || isAssumedUser) && hiringTeam.getManageOwnBilling()) if((userRole != RoleType.STANDARD || isAssumedUser) && hiringTeam.getManageOwnBilling())
{ {
%> %>
<li class="<%= tabNumber == "3" ? "active" : ""%>"> <li class="<%= tabNumber == "3" ? "active" : ""%>">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment